slitaz-boot-scripts diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/etc/init.d/local.sh	Fri Nov 30 12:35:42 2007 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +#!/bin/sh
     1.5 +# /etc/init.d/local.sh - Local startup commands.
     1.6 +# All commands here will be executed at boot time.
     1.7 +#
     1.8 +. /etc/init.d/rc.functions
     1.9 +
    1.10 +echo "Starting local startup commands... "
    1.11 +