$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