Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 412061 - app-forensics/lynis - use long options in the cron job file
Summary: app-forensics/lynis - use long options in the cron job file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-15 08:40 UTC by Toralf Förster
Modified: 2012-05-18 20:59 UTC (History)
2 users (show)

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 Toralf Förster gentoo-dev 2012-04-15 08:40:39 UTC
for convenience :

-c -> --checkall

Reproducible: Always

Actual Results:  
tfoerste@n22 /usr/portage/app-forensics/lynis/files $ cat lynis.cron-new 
#!/bin/sh

/usr/sbin/lynis -c --auditor "automated" --cronjob


Expected Results:  
tfoerste@n22 /usr/portage/app-forensics/lynis/files $ cat lynis.cron-new 
#!/bin/sh

/usr/sbin/lynis --checkall --auditor "automated" --cronjob
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2012-05-18 20:59:39 UTC
Done.