summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--conf/redhat/client.init2
2 files changed, 4 insertions, 1 deletions
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)