pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2/files s/root/@ROOT_USER@/ to be m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aade32171b87
branches:  trunk
changeset: 463629:aade32171b87
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Nov 21 10:41:56 2003 +0000

description:
s/root/@ROOT_USER@/ to be more generally correct.

diffstat:

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

diffs (20 lines):

diff -r 0501debeae89 -r aade32171b87 security/cyrus-sasl2/files/saslauthd.sh
--- a/security/cyrus-sasl2/files/saslauthd.sh   Fri Nov 21 10:35:14 2003 +0000
+++ b/security/cyrus-sasl2/files/saslauthd.sh   Fri Nov 21 10:41:56 2003 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: saslauthd.sh,v 1.3 2002/11/23 15:07:46 chris Exp $
+# $NetBSD: saslauthd.sh,v 1.4 2003/11/21 10:41:56 jlam Exp $
 #
 # The saslauthd daemon allows cleartext UNIX password authentication via
 # several authentication mechanisms with Cyrus SASL.
@@ -30,7 +30,7 @@
         then
                 @MKDIR@ @SASLSOCKETDIR@
                 @CHMOD@ 0755 @SASLSOCKETDIR@
-                @CHOWN@ root @SASLSOCKETDIR@
+                @CHOWN@ @ROOT_USER@ @SASLSOCKETDIR@
         fi
 }
 



Home | Main Index | Thread Index | Old Index