$NetBSD: patch-ag,v 1.3 2002/06/22 15:55:24 grant Exp $ --- pop3d-ssl.rc.in.orig Sun Jan 28 19:52:49 2001 +++ pop3d-ssl.rc.in Sat Jun 22 16:58:46 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_TLS=1; export POP3_TLS; \ `sed -n '/^#/d;/=/p' <@sysconfdir@/pop3d | \ @@ -44,10 +39,6 @@ ;; stop) @libexecdir@/couriertcpd -pid=$SSLPIDFILE -stop - if test -x ${libexecdir}/authlib/authdaemond - then - ${libexecdir}/authlib/authdaemond stop - fi ;; esac exit 0