slitaz-forge annotate tank/files/etc/init.d/local.sh @ rev 117

tank: update cron file
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 14 14:03:10 2012 +0100 (2012-03-14)
parents 89ae537ae823
children
rev   line source
slaxemulator@13 1 #!/bin/sh
slaxemulator@13 2 # /etc/init.d/local.sh - Local startup commands.
slaxemulator@13 3 # All commands here will be executed at boot time.
slaxemulator@13 4 #
slaxemulator@13 5 . /etc/init.d/rc.functions
slaxemulator@13 6
slaxemulator@13 7 echo "Starting local startup commands... "
slaxemulator@13 8 rdate -s tick.greyware.com
slaxemulator@13 9 for i in /home/slitaz/*/chroot ; do
slaxemulator@13 10 chroot $i /etc/init.d/crond start
slaxemulator@13 11 done