aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level4.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-08 10:04:25 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-08 10:04:25 +0000
commitf4ba01f701a60e56b8d9f1a1322f10a6544e3602 (patch)
tree70d51a08f0afa917b2eaf548c008492cd04f1d92 /init-sh/level4.sh
parent5479a5bebbb93b523626bc9fbc720c6572d71def (diff)
downloadmsec-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/level4.sh')
-rwxr-xr-xinit-sh/level4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh
index 5f2a79c..00ea93d 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -71,7 +71,7 @@ echo "Adding promisc check in crontab (scheduled every minutes) :"
AddRules "*/1 * * * * root nice --adjustment=+19 /etc/security/msec/cron-sh/promisc_check.sh" /etc/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
# Do you want a password ?
LiloUpdate;