Bug 28

Summary: uucpd supplies wrong arguments to uucico
Product: Base System Reporter: Gene Stark <starkhome+gene>
Component: binAssignee: FreeBSD Core Team <core>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Gene Stark 1994-11-24 17:30:01 UTC
	uucpd execl()'s uucico with a "-u" argument, which Taylor uucico
	does not understand.  This makes uucico exit immediately without
	doing anything.

Fix: The following diff simply changes the execl() line to remove
	the bogus argument.  I left in the dead code that actually builds
	up the argument string.  There already was dead code writing
	the "Username" array, so what the heck.
How-To-Repeat: 
	Try using uucp over TCP.
Comment 1 Garrett Wollman freebsd_committer freebsd_triage 1994-11-25 21:00:47 UTC
State Changed
From-To: open->closed

Ache claims to have fixed the bug, and I'm closing this as an example 
of using edit-pr to close a PR.