Bug 37 - uucpd didn't execl uucico
Summary: uucpd didn't execl uucico
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: gnu (show other bugs)
Version: 2.0-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: FreeBSD Core Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1994-12-02 05:40 UTC by Noses
Modified: 1994-12-02 05:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Noses 1994-12-02 05:40:01 UTC
	
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.

Fix: 

Change that line in uucpd to

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

and everybody will be happy.
How-To-Repeat: 
	
Add an uucp feed via TCP/IP
Comment 1 Andrey A. Chernov freebsd_committer freebsd_triage 1994-12-02 21:59:40 UTC
State Changed
From-To: open->closed

Not a bug report at all. Anybody who decided to commit 
this please read man execl before