Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 5218

Summary: syntax of start() stop() in /etc/init.d/pmud
Product: Gentoo Linux Reporter: Khayyam <cselkirk>
Component: Current packagesAssignee: Mark Guertin <mguertin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Khayyam 2002-07-18 20:11:33 UTC
more of a suggestion as the present way works as is, only when running
through the boot seqence you get all of the daemon output:

-start-stop-daemon --start --quiet --exec /sbin/pmud -- $PMUD_FLAGS
+start-stop-daemon --start --quiet --exec /sbin/pmud -- $PMUD_FLAGS >/dev/null 2>&1
Comment 1 Mark Guertin 2002-07-19 19:06:45 UTC
Good plan, and it has been done and comitted now :)