SF.net SVN: tmda: [2149] trunk/tmda/contrib
[email protected] Fri, 23 Feb 2007 19:06:47 -0800
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2149
http://svn.sourceforge.net/tmda/?rev=2149&view=rev
Author: srwarren
Date: 2007-02-23 19:06:47 -0800 (Fri, 23 Feb 2007)
Log Message:
-----------
tofmipd.init: Add patch from Bernard Johnson (default runlevels, and reload option)
Modified Paths:
--------------
trunk/tmda/contrib/ChangeLog
trunk/tmda/contrib/tofmipd.init
Modified: trunk/tmda/contrib/ChangeLog
===================================================================
--- trunk/tmda/contrib/ChangeLog 2007-02-23 20:20:10 UTC (rev 2148)
+++ trunk/tmda/contrib/ChangeLog 2007-02-24 03:06:47 UTC (rev 2149)
@@ -1,3 +1,9 @@
+2007-02-23 Stephen Warren <[email protected]>
+
+ * Updated tofmipd.init per patch from Bernard Johnson; don't auto-
+ enable daemon startup simply because init script is added, and
+ implement reload option.
+
2007-02-18 Stephen Warren <[email protected]>
* Added ofmipd-stunnel-daemons directory, which contains an example
Modified: trunk/tmda/contrib/tofmipd.init
===================================================================
--- trunk/tmda/contrib/tofmipd.init 2007-02-23 20:20:10 UTC (rev 2148)
+++ trunk/tmda/contrib/tofmipd.init 2007-02-24 03:06:47 UTC (rev 2149)
@@ -13,7 +13,7 @@
# You can then start the service with the following command:
# service tofmipd start
#
-# chkconfig: 2345 87 13
+# chkconfig: - 87 13
# description: tofmipd is a server that allows tagging of outgoing mail \
# for the TMDA system.
# processname: tofmipd
@@ -62,7 +62,7 @@
status $program
RETVAL=$?
;;
- restart)
+ restart|reload)
stop
start
;;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.