[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.25.4-2-24-gaa55184
Micah Anderson
micah at riseup.net
Tue Apr 20 20:47:23 UTC 2010
The following commit has been merged in the master branch:
commit 574f8c74c2e2f457fafa02eb42a909fdf8b77d52
Author: Micah Anderson <micah at riseup.net>
Date: Tue Apr 20 16:25:05 2010 -0400
complete the fix for the incorrect --oknodo that andrew
fixed in 54a2a353d9c211346bea1292437ad16844b78817
diff --git a/debian/puppetmaster.puppetqd.init b/debian/puppetmaster.puppetqd.init
index 612db8e..fd3326c 100644
--- a/debian/puppetmaster.puppetqd.init
+++ b/debian/puppetmaster.puppetqd.init
@@ -41,7 +41,7 @@ start_puppetqd() {
}
stop_puppetqd() {
- start-stop-daemon --stop --quiet oknodo --pidfile /var/run/puppet/puppetqd.pid
+ start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/puppet/puppetqd.pid
}
status_puppetqd() {
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list