[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. 9b36af07eec36e6cf5029070dc23676544a7944f
Micah Anderson
micah at riseup.net
Wed May 7 16:20:14 UTC 2008
The following commit has been merged in the master branch:
commit 9b36af07eec36e6cf5029070dc23676544a7944f
Author: Micah Anderson <micah at riseup.net>
Date: Wed May 7 12:19:57 2008 -0400
Fix Bug#480019: typo in puppetmaster.init
diff --git a/debian/changelog b/debian/changelog
index 406d0f4..16f2f54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
puppet (0.24.4-7) unstable; urgency=low
* Update emacs-mode with changes cherry-picked from rra's repository
+ * Fix typo in puppetmaster.init (Closes: #480019)
-- Micah Anderson <micah at debian.org>> Sat, 03 May 2008 16:18:32 -0400
diff --git a/debian/puppetmaster.init b/debian/puppetmaster.init
index b3b68c2..075dd47 100644
--- a/debian/puppetmaster.init
+++ b/debian/puppetmaster.init
@@ -36,7 +36,7 @@ is_true() {
start_puppetmaster() {
if [ "$SERVERTYPE" = "mongrel" ]
then
- DAEMON_OPTS="$DAEMON_OPS --servertype=mongrel"
+ DAEMON_OPTS="$DAEMON_OPTS --servertype=mongrel"
NUMSTART=0
while [ $NUMSTART -lt $PUPPETMASTERS ]; do
start-stop-daemon --start --quiet --pidfile=/var/run/puppet/$NAME-$PORT.pid \
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list