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/setclock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lsb-bootscripts/etc/init.d/setclock') diff --git a/lsb-bootscripts/etc/init.d/setclock b/lsb-bootscripts/etc/init.d/setclock index 5d47b8dc8..ab13e62c7 100644 --- a/lsb-bootscripts/etc/init.d/setclock +++ b/lsb-bootscripts/etc/init.d/setclock @@ -1,5 +1,5 @@ #!/bin/sh -# Begin /etc/init.d/setclock +# Begin $RC_BASE/init.d/setclock ### BEGIN INIT INFO # Provides: hwclock @@ -51,4 +51,4 @@ case ${1} in esac -# End /etc/init.d/setclock +# End $RC_BASE/init.d/setclock -- cgit v1.2.3-54-g00ecf