[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
James Turnbull
james at lovedthanlost.net
Fri Jan 23 14:21:26 UTC 2009
The following commit has been merged in the master branch:
commit 7f5ded185269cabeb7921c4f4739e1f66a34d54d
Author: James Turnbull <james at lovedthanlost.net>
Date: Tue Oct 14 11:22:40 2008 +1100
Fixed #1646 - service puppet status does not work as non-root on redhat system
diff --git a/CHANGELOG b/CHANGELOG
index 4699dd1..b470476 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,7 @@
0.24.6
+ Fixed #1646 - service puppet status does not work as non-root
+ on redhat system
+
Fixed #1649 - Updated OSX package cleanup
Fixed #1647 - puppetdoc -r providers now working again
diff --git a/conf/redhat/client.init b/conf/redhat/client.init
index c3cb91e..44caab1 100644
--- a/conf/redhat/client.init
+++ b/conf/redhat/client.init
@@ -84,7 +84,7 @@ case "$1" in
[ -f "$pidfile" ] && restart
;;
status)
- status $puppetd
+ status -p "$pidfile" $puppetd
RETVAL=$?
;;
once)
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list