summaryrefslogtreecommitdiff
path: root/mail/courier-imap/patches/patch-ag
blob: 0be4c9177529b2fbc8f75a07eec1301df0d69360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-ag,v 1.5 2004/07/14 20:07:17 jlam Exp $

--- pop3d-ssl.rc.in.orig	Tue Jul 13 03:40:29 2004
+++ pop3d-ssl.rc.in	Tue Jul 13 03:40:51 2004
@@ -34,12 +34,7 @@
 		LIBAUTHMODULES="$LIBAUTHMODULES @libexecdir@/authlib/$f"
 	done
 
-	if test -x ${libexecdir}/authlib/authdaemond
-	then
-		@SETENV@ - DEBUG_LOGIN="$DEBUG_LOGIN" ${libexecdir}/authlib/authdaemond start
-	fi
-
-	@SETENV@ - @SHELL@ -c " set -a ;
+	@SETENV@ -i @SHELL@ -c " set -a ;
 		prefix=@prefix@ ;
 		exec_prefix=@exec_prefix@ ;
 		bindir=@bindir@ ;
@@ -60,10 +55,6 @@
 	;;
 stop)
 	@libexecdir@/couriertcpd -pid=$SSLPIDFILE -stop
-	if test -x ${libexecdir}/authlib/authdaemond
-	then
-		${libexecdir}/authlib/authdaemond stop
-	fi
 	;;
 esac
 exit 0