[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. puppet-0.24.5-rc3-1477-gded64cb
Stig Sandbeck Mathisen
ssm at fnord.no
Thu Dec 24 12:36:47 UTC 2009
The following commit has been merged in the master branch:
commit ded64cb9570b0dea69406ee6e47edc7cd5144701
Author: Stig Sandbeck Mathisen <ssm at fnord.no>
Date: Thu Dec 24 13:36:54 2009 +0100
Add "status" to init script output if called with wrong arguments
diff --git a/debian/puppet.init b/debian/puppet.init
index 1adf664..6cbdc55 100644
--- a/debian/puppet.init
+++ b/debian/puppet.init
@@ -78,7 +78,7 @@ case "$1" in
log_end_msg 0
;;
*)
- echo "Usage: $0 {start|stop|restart|force-reload|reload}" >&2
+ echo "Usage: $0 {start|stop|status|restart|force-reload|reload}" >&2
exit 1
;;
esac
diff --git a/debian/puppetmaster.init b/debian/puppetmaster.init
index 117205c..bfc1aff 100644
--- a/debian/puppetmaster.init
+++ b/debian/puppetmaster.init
@@ -119,7 +119,7 @@ case "$1" in
log_end_msg 0
;;
*)
- echo "Usage: $0 {start|stop|restart|force-reload}" >&2
+ echo "Usage: $0 {start|stop|status|restart|force-reload}" >&2
exit 1
;;
esac
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list