pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cyrus-saslauthd/files Note location of pidfile.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0857c8fa4a3
branches:  trunk
changeset: 466136:d0857c8fa4a3
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jan 12 04:52:34 2004 +0000

description:
Note location of pidfile.

diffstat:

 security/cyrus-saslauthd/files/saslauthd.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6eeb94fc481f -r d0857c8fa4a3 security/cyrus-saslauthd/files/saslauthd.sh
--- a/security/cyrus-saslauthd/files/saslauthd.sh       Mon Jan 12 04:31:09 2004 +0000
+++ b/security/cyrus-saslauthd/files/saslauthd.sh       Mon Jan 12 04:52:34 2004 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: saslauthd.sh,v 1.1.1.1 2004/01/09 19:44:10 jlam Exp $
+# $NetBSD: saslauthd.sh,v 1.2 2004/01/12 04:52:34 jlam Exp $
 #
 # The saslauthd daemon allows cleartext UNIX password authentication via
 # several authentication mechanisms with Cyrus SASL.
@@ -15,6 +15,7 @@
 name="saslauthd"
 rcvar="${name}"
 command="@PREFIX@/sbin/saslauthd"
+pidfile="@SASLSOCKETDIR@/${name}.pid"
 start_precmd="saslauthd_precmd"
 
 # Default to authenticating against local password database.



Home | Main Index | Thread Index | Old Index