blob: 822978e9e5f3ae0c9fbbf1e4fbdee68b86e9e5f7 (
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-ah,v 1.2 2002/06/22 15:55:25 grant Exp $
--- pop3d.rc.in.orig Mon Jul 30 02:02:32 2001
+++ pop3d.rc.in Sat Jun 22 16:58:36 2002
@@ -21,12 +21,7 @@
LIBAUTHMODULES="$LIBAUTHMODULES @libexecdir@/authlib/$f"
done
- if test -x ${libexecdir}/authlib/authdaemond
- then
- @SETENV@ - ${libexecdir}/authlib/authdaemond start
- fi
-
- @SETENV@ - @SHELL@ -c " . @sysconfdir@/pop3d ; \
+ @SETENV@ -i @SHELL@ -c " . @sysconfdir@/pop3d ; \
. @sysconfdir@/pop3d-ssl ; \
POP3_STARTTLS=$POP3DSTARTTLS ; export POP3_STARTTLS ; \
TLS_PROTOCOL=$TLS_STARTTLS_PROTOCOL ; \
@@ -44,10 +39,6 @@
;;
stop)
@libexecdir@/couriertcpd -pid=$PIDFILE -stop
- if test -x ${libexecdir}/authlib/authdaemond
- then
- ${libexecdir}/authlib/authdaemond stop
- fi
;;
esac
exit 0
|