https://qa.mandrakesoft.com/show_bug.cgi?id=1489
Product: vixie-cron
Component: vixie-cron
Summary: vixie-cron needs to use /dev/null for stdin
Version: 3.0.1-54mdk
Platform: All
URL: http://lwn.net/2001/0322/a/SAK.php3
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
There is a problem in the startup-script for vixie-cron. Spesifically as currently
started vixie-cron uses /dev/console for stdin, which causes it to die if the
SAK (secure Attention Key) is pressed. For further description of the problem,
see the URL referenced above.
Current:
daemon crond
Needed:
daemon crond < /dev/null
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.