source init functions
authorBdale Garbee <bdale@gag.com>
Mon, 15 Aug 2016 04:26:02 +0000 (00:26 -0400)
committerBdale Garbee <bdale@gag.com>
Mon, 15 Aug 2016 04:26:02 +0000 (00:26 -0400)
debian/changelog
debian/init.d

index da3d59e6ee3d2a970f012cfaf61a164cd238e8b7..d264cce24c8f9821f517723e452eb95837ff6e1e 100644 (file)
@@ -1,8 +1,9 @@
 gcpegg (5.1-14) UNRELEASED; urgency=low
 
   * patch debian/rules to make build reproducible, closes: #777416
+  * source init functions
 
- -- Bdale Garbee <bdale@gag.com>  Thu, 12 Feb 2015 16:07:59 -0800
+ -- Bdale Garbee <bdale@gag.com>  Mon, 15 Aug 2016 00:25:39 -0400
 
 gcpegg (5.1-13) unstable; urgency=low
 
index 6e9a55ae15f25bcd7686195772f3f1f469c85f65..f063c2f3e0963645e0f5df6cce928283785d61cd 100644 (file)
@@ -11,6 +11,8 @@
 
 set -e
 
+. /lib/lsb/init-functions
+
 test -x /usr/sbin/eggsh || exit 0
 test -d /var/spool/gcpegg || exit 0