Bug 28 - uucpd supplies wrong arguments to uucico
Summary: uucpd supplies wrong arguments to uucico
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: FreeBSD Core Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1994-11-24 17:30 UTC by Gene Stark
Modified: 1994-11-24 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (496 bytes, patch)
1994-11-24 17:30 UTC, Gene Stark
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.