diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-08 10:04:25 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-08 10:04:25 +0000 |
commit | f4ba01f701a60e56b8d9f1a1322f10a6544e3602 (patch) | |
tree | 70d51a08f0afa917b2eaf548c008492cd04f1d92 /init-sh/level3.sh | |
parent | 5479a5bebbb93b523626bc9fbc720c6572d71def (diff) | |
download | msec-f4ba01f701a60e56b8d9f1a1322f10a6544e3602.tar msec-f4ba01f701a60e56b8d9f1a1322f10a6544e3602.tar.gz msec-f4ba01f701a60e56b8d9f1a1322f10a6544e3602.tar.bz2 msec-f4ba01f701a60e56b8d9f1a1322f10a6544e3602.tar.xz msec-f4ba01f701a60e56b8d9f1a1322f10a6544e3602.zip |
*** empty log message ***
Diffstat (limited to 'init-sh/level3.sh')
-rwxr-xr-x | init-sh/level3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level3.sh b/init-sh/level3.sh index 42b4542..5859689 100755 --- a/init-sh/level3.sh +++ b/init-sh/level3.sh @@ -58,7 +58,7 @@ echo -e "\t- Security warning in syslog : \"yes\" :" # Crontab echo "Adding permission check in crontab (scheduled every midnight) :" -AddRules "0 0-23 * * * root nice --adjustment=+19 /etc/security/msec/cron-sh/file_check.sh" /etc/crontab +AddRules "0 0 * * * root nice --adjustment=+19 /etc/security/msec/cron-sh/file_check.sh" /etc/crontab echo -n "Running lilo to record new config : " /sbin/lilo >& /dev/null |