Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5218 - syntax of start() stop() in /etc/init.d/pmud
Summary: syntax of start() stop() in /etc/init.d/pmud
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mark Guertin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-18 20:11 UTC by Khayyam
Modified: 2006-02-04 06:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

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