From f3f65e73a3e8e1b7d925be3ee6b0e40b03252804 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Mon, 23 May 2011 05:07:21 +0000 Subject: 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 --- lsb-bootscripts/etc/init.d/localnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lsb-bootscripts/etc/init.d/localnet') 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 -- cgit v1.2.3-54-g00ecf