Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65398 - vixie-cron 4.1 command line options broken (-q cmd ...)
Summary: vixie-cron 4.1 command line options broken (-q cmd ...)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Cron Team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2004-09-26 05:55 UTC by Christophe Saout
Modified: 2004-10-08 08:40 UTC (History)
1 user (show)

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


Attachments
Fix cron command line option parser (crontab-cmd-fix.diff,360 bytes, patch)
2004-09-26 05:56 UTC, Christophe Saout
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Saout 2004-09-26 05:55:36 UTC
vixie-cron 4.1 hast the possibility to quiet command execution using an option.

Something like

* * * * *    -q /usr/bin/command

The parser is broken and kills the first character of the command.

Patch to fix that attached.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Christophe Saout 2004-09-26 05:56:10 UTC
Created attachment 40442 [details, diff]
Fix cron command line option parser
Comment 2 Ciaran McCreesh 2004-09-26 12:19:16 UTC
Cheers, I'll do a -r2 sometime soon (I'll leave it for a bit to see if any other similar issues crop up first...).

Aaron -- think we should list ourselves as maintainers in metadata? I don't think anyone else wants to go anywhere near vixie-cron :)
Comment 3 Ciaran McCreesh 2004-10-08 08:40:12 UTC
4.1-r2 fixed. Thanks for the patch.