[exim-cvs] Docs: more indexing for sighup

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Docs: more indexing for sighup
Gitweb: https://git.exim.org/exim.git/commitdiff/49692970941920d8108ce775d483ec1c245222f0
Commit:     49692970941920d8108ce775d483ec1c245222f0
Parent:     b436dd41913533c013e88c513e2ceab89c86f120
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Jul 17 10:10:33 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Jul 17 10:10:33 2019 +0100


    Docs: more indexing for sighup
---
 doc/doc-docbook/spec.xfpt | 5 +++++
 1 file changed, 5 insertions(+)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index dd04396..c4d6112 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -2528,6 +2528,8 @@ use of Exim's filtering capabilities, you should make the document entitled
If you are already running Exim on your host, building and installing a new
version automatically makes it available to MUAs, or any other programs that
call the MTA directly. However, if you are running an Exim daemon, you do need
+.cindex restart "on HUP signal"
+.cindex signal "HUP, to restart"
to send it a HUP signal, to make it re-execute itself, and thereby pick up the
new binary. You do not need to stop processing mail in order to install a new
version of Exim. The install script does not modify an existing runtime
@@ -2766,9 +2768,12 @@ used to specify a path on the command line if a pid file is required.

The SIGHUP signal
.cindex "SIGHUP"
+.cindex restart "on HUP signal"
+.cindex signal "HUP, to restart"
.cindex "daemon" "restarting"
.cindex signal "to reload configuration"
.cindex daemon "reload configuration"
+.cindex reload configuration
can be used to cause the daemon to re-execute itself. This should be done
whenever Exim's configuration file, or any file that is incorporated into it by
means of the &%.include%& facility, is changed, and also whenever a new version