2004-02-22 04:13:02 +01:00
|
|
|
$NetBSD: patch-ah,v 1.3 2004/02/22 03:13:07 jlam Exp $
|
2002-01-22 23:08:48 +01:00
|
|
|
|
2004-02-22 04:13:02 +01:00
|
|
|
--- pop3d.rc.in.orig Thu Nov 27 13:07:35 2003
|
|
|
|
+++ pop3d.rc.in
|
|
|
|
@@ -33,12 +33,7 @@ start)
|
2002-01-22 23:08:48 +01:00
|
|
|
LIBAUTHMODULES="$LIBAUTHMODULES @libexecdir@/authlib/$f"
|
|
|
|
done
|
|
|
|
|
|
|
|
- if test -x ${libexecdir}/authlib/authdaemond
|
|
|
|
- then
|
|
|
|
- @SETENV@ - ${libexecdir}/authlib/authdaemond start
|
|
|
|
- fi
|
|
|
|
-
|
2004-02-22 04:13:02 +01:00
|
|
|
- @SETENV@ - @SHELL@ -c " set -a ;
|
|
|
|
+ @SETENV@ -i @SHELL@ -c " set -a ;
|
|
|
|
prefix=@prefix@ ;
|
|
|
|
exec_prefix=@exec_prefix@ ;
|
|
|
|
bindir=@bindir@ ;
|
|
|
|
@@ -57,10 +52,6 @@ start)
|
2002-01-22 23:08:48 +01:00
|
|
|
;;
|
|
|
|
stop)
|
|
|
|
@libexecdir@/couriertcpd -pid=$PIDFILE -stop
|
|
|
|
- if test -x ${libexecdir}/authlib/authdaemond
|
|
|
|
- then
|
|
|
|
- ${libexecdir}/authlib/authdaemond stop
|
|
|
|
- fi
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
exit 0
|