pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 Remove references to saslauthd fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c91fb2169b7
branches: trunk
changeset: 465984:2c91fb2169b7
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Jan 09 20:35:03 2004 +0000
description:
Remove references to saslauthd from this package.
diffstat:
security/cyrus-sasl2/Makefile | 3 +-
security/cyrus-sasl2/files/saslauthd.sh | 44 ---------------------------------
2 files changed, 1 insertions(+), 46 deletions(-)
diffs (65 lines):
diff -r b49ff0162490 -r 2c91fb2169b7 security/cyrus-sasl2/Makefile
--- a/security/cyrus-sasl2/Makefile Fri Jan 09 20:29:47 2004 +0000
+++ b/security/cyrus-sasl2/Makefile Fri Jan 09 20:35:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/09 19:37:48 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/09 20:35:03 jlam Exp $
.include "Makefile.common"
@@ -41,7 +41,6 @@
PKG_GROUPS= ${CYRUS_GROUP}
PKG_USERS= ${CYRUS_USER}:${CYRUS_GROUP}::::${SH}
-RCD_SCRIPTS= saslauthd
OWN_DIRS= ${PLUGINDIR}
MESSAGE_SUBST+= _PLUGINDIR=${_PLUGINDIR}
diff -r b49ff0162490 -r 2c91fb2169b7 security/cyrus-sasl2/files/saslauthd.sh
--- a/security/cyrus-sasl2/files/saslauthd.sh Fri Jan 09 20:29:47 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $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.
-#
-# PROVIDE: saslauthd
-# REQUIRE: DAEMON
-
-if [ -f /etc/rc.subr ]
-then
- . /etc/rc.subr
-fi
-
-name="saslauthd"
-rcvar="${name}"
-command="@PREFIX@/sbin/saslauthd"
-start_precmd="saslauthd_precmd"
-
-# Default to authenticating against local password database.
-if [ -z "${saslauthd_flags}" ]
-then
- saslauthd_flags="-a getpwent"
-fi
-
-saslauthd_precmd()
-{
- if [ ! -d @SASLSOCKETDIR@ ]
- then
- @MKDIR@ @SASLSOCKETDIR@
- @CHMOD@ 0755 @SASLSOCKETDIR@
- @CHOWN@ @ROOT_USER@ @SASLSOCKETDIR@
- fi
-}
-
-if [ -f /etc/rc.subr ]
-then
- load_rc_config $name
- run_rc_command "$1"
-else
- @ECHO@ -n " ${name}"
- ${command} ${saslauthd_flags} ${command_args}
-fi
Home |
Main Index |
Thread Index |
Old Index