From noses@oink.rhein.de  Fri Dec  2 05:32:59 1994
Received: from uran.informatik.uni-bonn.de (uran.informatik.uni-bonn.de [131.220.8.49]) by freefall.cdrom.com (8.6.8/8.6.6) with ESMTP id FAA19115 for <FreeBSD-gnats-submit@freebsd.org>; Fri, 2 Dec 1994 05:30:22 -0800
Received: from oink.rhein.de (oink.rhein.de [193.175.27.130])
	by uran.informatik.uni-bonn.de (8.6.9/8.6.9) with ESMTP
	id OAA04261 for <FreeBSD-gnats-submit@freebsd.org>; Fri, 2 Dec 1994 14:30:15 +0100
Received: (from noses@localhost)
	by oink.rhein.de (8.6.9/8.6.9)
	id PAA01042; Fri, 2 Dec 1994 15:30:18 +0100
Message-Id: <199412021430.PAA01042@oink.rhein.de>
Date: Fri, 2 Dec 1994 15:30:18 +0100
From: Noses <noses@oink.rhein.de>
Reply-To: noses@oink.rhein.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: uucpd
X-Send-Pr-Version: 3.2

>Number:         37
>Category:       gnu
>Synopsis:       uucpd didn't execl uucico
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    core (FreeBSD core team)
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec  2 05:40:01 1994
>Closed-Date:    Fri Dec 2 13:59:40 PST 1994
>Last-Modified:
>Originator:     Noses
>Release:        FreeBSD 2.0-RELEASE i386
>Organization:
>Environment:

	

>Description:

	
Sites logging in via uucpd didn't get any uucico started. The reason is
very simple: uucpd tries to do an

execl(pw->pw_shell, "uucico", NULL);

but the uucico isn't found.

BTW: uucpd seems to be unable to use syslog... Strange indeed.

>How-To-Repeat:

	
Add an uucp feed via TCP/IP

>Fix:
	
	

Change that line in uucpd to

execl(pw->pw_shell, "/usr/libexec/uucp/uucico", NULL);

and everybody will be happy.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Fri Dec 2 13:59:40 PST 1994 
State-Changed-Why:  
Not a bug report at all. Anybody who decided to commit 
this please read man execl before 
>Unformatted:



