[Pkg-voip-commits] [resiprocate] 05/06: init scripts: call init-functions
Daniel Pocock
pocock at alioth.debian.org
Tue Oct 8 13:00:15 UTC 2013
This is an automated email from the git hooks/post-receive script.
pocock pushed a commit to branch debian-experimental
in repository resiprocate.
commit 1114b448919d59140686bcb29da5655785a8ecee
Author: Daniel Pocock <daniel at pocock.com.au>
Date: Tue Oct 8 14:41:00 2013 +0200
init scripts: call init-functions
---
debian/repro.init | 2 ++
debian/resiprocate-turn-server.init | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/repro.init b/debian/repro.init
index 5f24637..1a824ec 100644
--- a/debian/repro.init
+++ b/debian/repro.init
@@ -21,6 +21,8 @@ PIDFILE_DIR=`dirname $PIDFILE`
KILL_SPEC=TERM/20/KILL/5
+. /lib/lsb/init-functions
+
test -x $DAEMON || exit 1
umask 002
diff --git a/debian/resiprocate-turn-server.init b/debian/resiprocate-turn-server.init
index 3e41616..2981d6c 100644
--- a/debian/resiprocate-turn-server.init
+++ b/debian/resiprocate-turn-server.init
@@ -19,6 +19,8 @@ PIDFILE="/var/run/$NAME/$NAME.pid"
#PIDFILE="/var/run/reTurnServer.pid"
PIDFILE_DIR=`dirname $PIDFILE`
+. /lib/lsb/init-functions
+
test -x $DAEMON || exit 1
umask 002
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/resiprocate.git
More information about the Pkg-voip-commits
mailing list