diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2011-05-23 05:07:21 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2011-05-23 05:07:21 +0000 |
commit | f3f65e73a3e8e1b7d925be3ee6b0e40b03252804 (patch) | |
tree | 062eb7b4c317aca93cbedd8fe29ef63d971468ef /lsb-bootscripts/etc/init.d/localnet | |
parent | 90b457477d7909f501615eec5a18efd29944298a (diff) |
Added stop_on_error parameter to rc.site and cleaned up Begin and End lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9552 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lsb-bootscripts/etc/init.d/localnet')
-rw-r--r-- | lsb-bootscripts/etc/init.d/localnet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lsb-bootscripts/etc/init.d/localnet b/lsb-bootscripts/etc/init.d/localnet index 322bb8749..cb682e649 100644 --- a/lsb-bootscripts/etc/init.d/localnet +++ b/lsb-bootscripts/etc/init.d/localnet @@ -1,5 +1,5 @@ #!/bin/sh -# Begin /etc/init.d/localnet +# Begin $RC_BASE/init.d/localnet ### BEGIN INIT INFO # Provides: localnet @@ -78,4 +78,4 @@ case "${1}" in ;; esac -# End /etc/init.d/localnet +# End $RC_BASE/init.d/localnet |