From 1149e92a19b241628d8e43596e4e74d11fd8e40e Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Thu, 6 Jan 2000 14:27:46 +0000 Subject: *** empty log message *** --- init-sh/level3.sh | 2 +- init-sh/level4.sh | 4 ++-- init-sh/level5.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'init-sh') diff --git a/init-sh/level3.sh b/init-sh/level3.sh index 20d5202..1e78f93 100755 --- a/init-sh/level3.sh +++ b/init-sh/level3.sh @@ -59,7 +59,7 @@ echo -e "\t- Security warning in syslog : yes." # Crontab echo "Adding permission 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 # lilo update echo -n "Running lilo to record new config : " 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; diff --git a/init-sh/level5.sh b/init-sh/level5.sh index 03db3db..9e8af53 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -60,10 +60,10 @@ echo -e "\t- Security warning in syslog : yes." ################ Crontab things ################### # 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 ################################################### -- cgit v1.2.1