Fix RH4 compatability

Signed-off-by: R.I.Pienaar <[email protected]>
---
Local-branch: bug/master/7448
 mcollective.init-rh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mcollective.init-rh b/mcollective.init-rh
index 7a31dea..09d0dc6 100755
--- a/mcollective.init-rh
+++ b/mcollective.init-rh
@@ -49,7 +49,7 @@ fi
 
 start() {
        echo -n "Starting mcollective: "
-    daemon ${daemonopts} --pidfile=${pidfile} ${mcollectived} \
+    daemon ${daemonopts} ${mcollectived} \
         --pid=${pidfile} --config="/etc/mcollective/server.cfg"
     RETVAL=$?
     echo
-- 
1.7.1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to