From 7f5ded185269cabeb7921c4f4739e1f66a34d54d Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Tue, 14 Oct 2008 11:22:40 +1100 Subject: Fixed #1646 - service puppet status does not work as non-root on redhat system --- CHANGELOG | 3 +++ conf/redhat/client.init | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4699dd133..b4704761a 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 c3cb91e90..44caab140 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) -- cgit