[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:21:35 UTC 2009


The following commit has been merged in the master branch:
commit 7b70e85d717fbd1ae52e94658df8b407b043f8b8
Author: James Turnbull <james at lovedthanlost.net>
Date:   Sat Nov 1 10:44:21 2008 +1100

    Fixed #1721 - puppet.conf documentation incorrectly lists signals that affect the daemons

diff --git a/lib/puppet/reference/configuration.rb b/lib/puppet/reference/configuration.rb
index 8e82c8a..6c40c86 100644
--- a/lib/puppet/reference/configuration.rb
+++ b/lib/puppet/reference/configuration.rb
@@ -133,7 +133,7 @@ Signals
 -------
 The ``puppetd`` and ``puppetmasterd`` executables catch some signals for special 
 handling.  Both daemons catch (``SIGHUP``), which forces the server to restart 
-tself.  Predictably, interrupt and terminate (``SIGINT`` and ``SIGHUP``) will shut 
+tself.  Predictably, interrupt and terminate (``SIGINT`` and ``SIGTERM``) will shut 
 down the server, whether it be an instance of ``puppetd`` or ``puppetmasterd``.
 
 Sending the ``SIGUSR1`` signal to an instance of ``puppetd`` will cause it to 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list