[Pkg-sysvinit-commits] r754 - in sysvinit/trunk/debian: . initscripts/etc/init.d

Thomas Hood jdthood-guest at costa.debian.org
Fri Feb 17 10:44:36 UTC 2006


Author: jdthood-guest
Date: 2006-02-17 10:44:35 +0000 (Fri, 17 Feb 2006)
New Revision: 754

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/skeleton
Log:
Fix #353212

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-02-17 10:36:50 UTC (rev 753)
+++ sysvinit/trunk/debian/changelog	2006-02-17 10:44:35 UTC (rev 754)
@@ -3,9 +3,10 @@
   [ Thomas Hood ]
   * umountroot: Tweak handling of error messages from mount
     (Closes: #352398)
-  * pidof.8: Don't imply that pidof is in /sbin  (closes: #352741)
+  * pidof.8: Don't imply that pidof is in /sbin  (Closes: #352741)
   * sysv-rc: /etc/init.d/README: Refer user to /usr/share/doc/sysv-rc/
     (Closes: #353083)
+  * /etc/init.d/skeleton: Source init-functions  (Closes: #353212)
 
  -- Thomas Hood <jdthood at yahoo.co.uk>  Mon, 13 Feb 2006 08:42:44 +0100
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/skeleton
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/skeleton	2006-02-17 10:36:50 UTC (rev 753)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/skeleton	2006-02-17 10:44:35 UTC (rev 754)
@@ -10,7 +10,7 @@
 #                    placed in /etc/init.d.
 ### END INIT INFO
 
-# Author:	Foo Bar <foobar at baz.org>.
+# Author: Foo Bar <foobar at baz.org>
 #
 # Please remove the "Author" lines above and replace them
 # with your own name if you copy and modify this script.
@@ -32,6 +32,10 @@
 # Read configuration variable file if it is present
 [ -r /etc/default/$NAME ] && . /etc/default/$NAME
 
+# Define LSB log_* functions.
+# Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
+. /lib/lsb/init-functions
+
 #
 # Function that starts the daemon/service
 #




More information about the Pkg-sysvinit-commits mailing list