aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level4.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2000-01-06 14:27:46 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2000-01-06 14:27:46 +0000
commit1149e92a19b241628d8e43596e4e74d11fd8e40e (patch)
tree88c38cbc0e69b5ab919655989076b4ff4904d391 /init-sh/level4.sh
parentd052b0f3888acaf897466080f0f5f1cc02305b3a (diff)
downloadmsec-1149e92a19b241628d8e43596e4e74d11fd8e40e.tar
msec-1149e92a19b241628d8e43596e4e74d11fd8e40e.tar.gz
msec-1149e92a19b241628d8e43596e4e74d11fd8e40e.tar.bz2
msec-1149e92a19b241628d8e43596e4e74d11fd8e40e.tar.xz
msec-1149e92a19b241628d8e43596e4e74d11fd8e40e.zip
*** empty log message ***
Diffstat (limited to 'init-sh/level4.sh')
-rwxr-xr-xinit-sh/level4.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh
index 2326b78..18d9aac 100755
--- a/init-sh/level4.sh
+++ b/init-sh/level4.sh
@@ -68,10 +68,10 @@ echo -e "\t- Security warning in syslog : yes."
# Check every 1 minutes for promisc problem
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
+AddRules "*/1 * * * * root /etc/security/msec/cron-sh/promisc_check.sh" /etc/crontab
echo "Adding \"diff\" & \"global\" security check in crontab (scheduled every midnight) :"
-AddRules "0 0 * * * root nice --adjustment=+19 /etc/security/msec/cron-sh/security.sh" /etc/crontab
+AddRules "0 0 * * * root /etc/security/msec/cron-sh/security.sh" /etc/crontab
# Do you want a password ?
LiloUpdate;