slitaz-boot-scripts annotate etc/init.d/local.sh @ rev 9

Add the shutdown script and one for local command
author Christophe Lincoln <pankso@slitaz.org>
date Fri Nov 30 12:35:42 2007 +0100 (2007-11-30)
parents
children ae0a8f86229a
rev   line source
pankso@9 1 #!/bin/sh
pankso@9 2 # /etc/init.d/local.sh - Local startup commands.
pankso@9 3 # All commands here will be executed at boot time.
pankso@9 4 #
pankso@9 5 . /etc/init.d/rc.functions
pankso@9 6
pankso@9 7 echo "Starting local startup commands... "
pankso@9 8