diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2008-08-30 06:48:00 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2008-08-30 06:48:00 +0000 |
commit | 614a14eaf08401fb44f88b984de3672404e371ab (patch) | |
tree | d9d529371359054224836cdba0e9fc67efc57c0b /bootscripts/contrib/lsb-v3/init.d/localnet | |
parent | abcee477f075df829c8f43198d3ee45453daae81 (diff) |
Corrected remaining dependency errors in LSB headers
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts/contrib/lsb-v3/init.d/localnet')
-rw-r--r-- | bootscripts/contrib/lsb-v3/init.d/localnet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootscripts/contrib/lsb-v3/init.d/localnet b/bootscripts/contrib/lsb-v3/init.d/localnet index 1a68fe3a2..4baf03ffe 100644 --- a/bootscripts/contrib/lsb-v3/init.d/localnet +++ b/bootscripts/contrib/lsb-v3/init.d/localnet @@ -5,8 +5,8 @@ # Provides: localnet # Required-Start: $local_fs # Should-Start: -# Required-Stop: $network -# Should-Stop: swap +# Required-Stop: +# Should-Stop: halt reboot # Default-Start: sysinit 0 6 # Default-Stop: # Short-Description: Starts the local network. |