[Pkg-cyrus-sasl2-commits] r344 - in /cyrus-sasl-2.1/trunk/debian: changelog sasl2-bin.README.Debian sasl2-bin.saslauthd.default
fabbe at users.alioth.debian.org
fabbe at users.alioth.debian.org
Mon Apr 7 16:39:27 UTC 2008
Author: fabbe
Date: Mon Apr 7 16:39:27 2008
New Revision: 344
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=344
Log:
Include warnings about running saslauthd with the -d option.
Modified:
cyrus-sasl-2.1/trunk/debian/changelog
cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian
cyrus-sasl-2.1/trunk/debian/sasl2-bin.saslauthd.default
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=344&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Mon Apr 7 16:39:27 2008
@@ -2,7 +2,12 @@
* NOT RELEASED YET
- -- Fabian Fagerholm <fabbe at debian.org> Tue, 18 Mar 2008 20:12:48 +0200
+ [ Fabian Fagerholm ]
+ * debian/sasl2-bin.saslauthd.default, debian/sasl2-bin.README.Debian:
+ Include warnings about running saslauthd with the -d option.
+ (Closes: #474311)
+
+ -- Fabian Fagerholm <fabbe at debian.org> Mon, 07 Apr 2008 19:37:33 +0300
cyrus-sasl2 (2.1.22.dfsg1-19) 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=344&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian (original)
+++ cyrus-sasl-2.1/trunk/debian/sasl2-bin.README.Debian Mon Apr 7 16:39:27 2008
@@ -119,4 +119,18 @@
spend the 5-15 minutes it takes to do this right, instead of rushing off and
breaking your system.
- -- Fabian Fagerholm <fabbe at debian.org>, Tue, 7 Jun 2007 13:28:11 +0300
+Running in debug mode
+---------------------
+
+ To run saslauthd in debug mode, use the -d option. However, avoid putting
+ this option into /etc/defaults/saslauthd, because it will break your system!
+ The -d option turns saslauthd into a foreground process instead of a
+ background daemon, which means that the boot (init) sequence will stop when
+ saslauthd is started. You will probably end up with a system that is only
+ partly started, and you'll be unable to log in through ssh to fix it.
+
+ When you do need to debug SASL, please stop saslauthd through the normal
+ init script and then run it by hand in debug mode with the -d option and
+ all other options that you wish to test.
+
+ -- Fabian Fagerholm <fabbe at debian.org>, Tue, 7 Apr 2008 19:34:12 +0300
Modified: cyrus-sasl-2.1/trunk/debian/sasl2-bin.saslauthd.default
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/sasl2-bin.saslauthd.default?rev=344&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/sasl2-bin.saslauthd.default (original)
+++ cyrus-sasl-2.1/trunk/debian/sasl2-bin.saslauthd.default Mon Apr 7 16:39:27 2008
@@ -42,8 +42,14 @@
# Other options (default: -c -m /var/run/saslauthd)
# Note: You MUST specify the -m option or saslauthd won't run!
#
+# WARNING: DO NOT SPECIFY THE -d OPTION.
+# The -d option will cause saslauthd to run in the foreground instead of as
+# a daemon. This will PREVENT YOUR SYSTEM FROM BOOTING PROPERLY. If you wish
+# to run saslauthd in debug mode, please run it by hand to be safe.
+#
# See /usr/share/doc/sasl2-bin/README.Debian for Debian-specific information.
-# See the saslauthd man page for general information about these options.
+# See the saslauthd man page and the output of 'saslauthd -h' for general
+# information about these options.
#
# Example for postfix users: "-c -m /var/spool/postfix/var/run/saslauthd"
OPTIONS="-c -m /var/run/saslauthd"
More information about the Pkg-cyrus-sasl2-commits
mailing list