diff options
author | 2012-05-18 20:59:17 +0000 | |
---|---|---|
committer | 2012-05-18 20:59:17 +0000 | |
commit | 5c1f9679eb3fdbf230aee59c28d9da28f7bb6d40 (patch) | |
tree | e8ff0b7ac2369cb5eb6516c53c7359e768f22edc /app-forensics/lynis/files | |
parent | Stable for amd64, wrt bug #414605 (diff) | |
download | gentoo-2-5c1f9679eb3fdbf230aee59c28d9da28f7bb6d40.tar.gz gentoo-2-5c1f9679eb3fdbf230aee59c28d9da28f7bb6d40.tar.bz2 gentoo-2-5c1f9679eb3fdbf230aee59c28d9da28f7bb6d40.zip |
Minor: Use long options for -c (--checkall), bug 412061
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/lynis/files')
-rw-r--r-- | app-forensics/lynis/files/lynis.cron-new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/lynis/files/lynis.cron-new b/app-forensics/lynis/files/lynis.cron-new index 440b7fa68d95..15a39f1ca235 100644 --- a/app-forensics/lynis/files/lynis.cron-new +++ b/app-forensics/lynis/files/lynis.cron-new @@ -1,3 +1,3 @@ #!/bin/sh -/usr/sbin/lynis -c --auditor "automated" --cronjob +/usr/sbin/lynis --checkall --auditor "automated" --cronjob |