[Pkg-cyrus-sasl2-commits] r228 - in /cyrus-sasl-2.1/trunk/debian: changelog sasl2-bin.README.Debian
fabbe at users.alioth.debian.org
fabbe at users.alioth.debian.org
Thu Jun 7 10:51:09 UTC 2007
Author: fabbe
Date: Thu Jun 7 10:51:09 2007
New Revision: 228
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=228
Log:
Small improvement to multi-init docs.
Modified:
cyrus-sasl-2.1/trunk/debian/changelog
cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian
Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=228&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Thu Jun 7 10:51:09 2007
@@ -2,7 +2,10 @@
* NOT RELEASED YET
- -- Fabian Fagerholm <fabbe at debian.org> Thu, 7 Jun 2007 13:45:04 +0300
+ [ Fabian Fagerholm ]
+ * debian/sasl2-bin.README.Debian: Small improvement to multi-init docs.
+
+ -- Fabian Fagerholm <fabbe at debian.org> Thu, 7 Jun 2007 13:50:15 +0300
cyrus-sasl2 (2.1.22.dfsg1-11) unstable; urgency=low
Modified: cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian?rev=228&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian (original)
+++ cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian Thu Jun 7 10:51:09 2007
@@ -43,6 +43,17 @@
put its communication socket, and how you configure programs to look for
the right socket. The Debian infrastructure only provides a way to start,
stop, restart and reload these saslauthd instances, and nothing else.
+
+ By default, the start, stop, restart, force-reload and reload actions will
+ act on all your saslauthd instances. If you want to do something to a
+ single instance, use the following actions:
+ start-instance <name> -- start the instance <name>
+ stop-instance <name> -- stop the instance <name>
+ restart-instance <name> -- restart the instance <name>
+ force-reload-instance <name> -- force-reload the instance <name>
+ reload-instance <name> -- reload the instance <name>
+
+ Example: /etc/init.d/saslauthd start-instance saslauthd-postfix_chroot
To create a new instance of saslauthd, you must do three things:
1. Create a defaults file for the new instance,
More information about the Pkg-cyrus-sasl2-commits
mailing list