cad0d080bd
bug fixes, plus the major change of moving the authentication modules into a separate package (courier-auth). The authentication modules are to be shared with a forthcoming sqwebmail package.
27 lines
639 B
Text
27 lines
639 B
Text
$NetBSD: patch-ae,v 1.2 2002/01/22 22:08:54 jlam Exp $
|
|
|
|
--- imapd-ssl.rc.in.orig Thu Mar 15 22:36:47 2001
|
|
+++ imapd-ssl.rc.in
|
|
@@ -21,11 +21,6 @@
|
|
LIBAUTHMODULES="$LIBAUTHMODULES @libexecdir@/authlib/$f"
|
|
done
|
|
|
|
- if test -x ${libexecdir}/authlib/authdaemond
|
|
- then
|
|
- @SETENV@ - ${libexecdir}/authlib/authdaemond start
|
|
- fi
|
|
-
|
|
ulimit -d $IMAP_ULIMITD
|
|
@SETENV@ - @SHELL@ -c " . @sysconfdir@/imapd ; \
|
|
. @sysconfdir@/imapd-ssl ; \
|
|
@@ -45,10 +40,6 @@
|
|
;;
|
|
stop)
|
|
@libexecdir@/couriertcpd -pid=$SSLPIDFILE -stop
|
|
- if test -x ${libexecdir}/authlib/authdaemond
|
|
- then
|
|
- ${libexecdir}/authlib/authdaemond stop
|
|
- fi
|
|
;;
|
|
esac
|
|
exit 0
|