|
@ -28,7 +28,6 @@ cron_inst() { |
|
|
install_init cron $confdir/cron.init |
|
|
install_init cron $confdir/cron.init |
|
|
cp $confdir/crontab $root/etc/ |
|
|
cp $confdir/crontab $root/etc/ |
|
|
chmod 600 $root/etc/crontab |
|
|
chmod 600 $root/etc/crontab |
|
|
mkdir -p $root/etc/cron.daily/ |
|
|
|
|
|
cp $confdir/00-updates $root/etc/cron.daily/ |
|
|
cp $confdir/00-updates $root/etc/cron.daily/ |
|
|
cp $confdir/10-checksys $root/etc/cron.daily/ |
|
|
cp $confdir/10-checksys $root/etc/cron.daily/ |
|
|
cp $confdir/cron.run $root/usr/sbin/ |
|
|
cp $confdir/cron.run $root/usr/sbin/ |
|
|