[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. puppet-0.24.5-rc3-1654-g4217395
Stig Sandbeck Mathisen
ssm at fnord.no
Sat Jan 16 14:43:40 UTC 2010
The following commit has been merged in the master branch:
commit 4b32773f3da7955a42ee5fa8fe0c7cf52d185fc1
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