Bug 4757 - security/cfs - daemon does not detach from console
Summary: security/cfs - daemon does not detach from console
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-10-14 02:20 UTC by Scott A. Kenney
Modified: 1997-10-14 05:39 UTC (History)
0 users

See Also:


Attachments
file.diff (254 bytes, patch)
1997-10-14 02:20 UTC, Scott A. Kenney
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott A. Kenney 1997-10-14 02:20:01 UTC
The cfs daemon does not call daemon(0,0) resulting in it remaining
attached to the console at startup.

Fix: Add the following patch to /usr/ports/security/patches as patch-ac.
Perhaps defined(__OpenBSD__) should be added as well.
	
How-To-Repeat: 
Build, install, and run /usr/ports/security/cfs.
Comment 1 John Polstra freebsd_committer freebsd_triage 1997-10-14 05:37:23 UTC
State Changed
From-To: open->closed

Fixed in ports/security/cfs/patches/patch-ab revision 1.3, using the 
submitted patch.