From: Bdale Garbee Date: Mon, 15 Aug 2016 04:26:02 +0000 (-0400) Subject: source init functions X-Git-Tag: 5.1-14~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e2c1a57b61a6a083c216ce525fe3eaea6cab7ca1;hp=58c1320219605d524d7be8ddb13644673a539d93;p=debian%2Fgcpegg source init functions --- diff --git a/debian/changelog b/debian/changelog index da3d59e..d264cce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 12 Feb 2015 16:07:59 -0800 + -- Bdale Garbee Mon, 15 Aug 2016 00:25:39 -0400 gcpegg (5.1-13) unstable; urgency=low diff --git a/debian/init.d b/debian/init.d index 6e9a55a..f063c2f 100644 --- a/debian/init.d +++ b/debian/init.d @@ -11,6 +11,8 @@ set -e +. /lib/lsb/init-functions + test -x /usr/sbin/eggsh || exit 0 test -d /var/spool/gcpegg || exit 0