slitaz-forge view tank/files/etc/init.d/local.sh @ rev 13

Added tank/files folder. Removed alot in teh awstats conf files. Moved all optional to awstats.optional.conf. Added line to include that file.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 23 23:38:49 2011 +0000 (2011-02-23)
parents
children e4228639e272
line source
1 #!/bin/sh
2 # /etc/init.d/local.sh - Local startup commands.
3 # All commands here will be executed at boot time.
4 #
5 . /etc/init.d/rc.functions
7 echo "Starting local startup commands... "
8 rdate -s tick.greyware.com
9 for i in /home/slitaz/*/chroot ; do
10 [ -s $i/var/lock/tazbb.lock ] && rm -f $i/var/lock/tazbb.lock
11 chroot $i /etc/init.d/crond start
12 done