diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | conf/redhat/client.init | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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) |