[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, squeeze-2.6.2, updated. 2.6.2-298-g0a3952f
Micah Anderson
micah at riseup.net
Mon Nov 1 23:29:12 UTC 2010
The following commit has been merged in the squeeze-2.6.2 branch:
commit 4dbcf3c08cd94c3837175353d09e4518007b7b77
Author: Micah Anderson <micah at riseup.net>
Date: Mon Nov 1 19:22:51 2010 -0400
fix puppetqd pid location in initscript
diff --git a/debian/changelog b/debian/changelog
index 39ad988..ae8abf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+puppet (2.6.2-2) UNRELEASED; urgency=low
+
+ * Fix puppetqd initscript PID location
+
+ -- Micah Anderson <micah at debian.org> Mon, 01 Nov 2010 19:21:55 -0400
+
puppet (2.6.2-1) unstable; urgency=low
* New upstream release
diff --git a/debian/puppetmaster.puppetqd.init b/debian/puppetmaster.puppetqd.init
index 734446b..a8d1982 100644
--- a/debian/puppetmaster.puppetqd.init
+++ b/debian/puppetmaster.puppetqd.init
@@ -12,7 +12,7 @@ DAEMON=/usr/bin/puppet
DAEMON_OPTS="queue"
NAME=queue
DESC="puppet queue"
-PIDFILE="/var/run/puppet/${NAME}"
+PIDFILE="/var/run/puppet/${NAME}.pid"
test -x $DAEMON || exit 0
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list