pkgsrc/mail/courier-imap/patches/patch-ah
jlam 5d5e3577ac Update mail/courier-imap to 2.2.1. Changes from version 1.4.2 include
addition of keywords on Maildir messages, use of FAM if it exists to
allow simultaneous access to the same Maildir from multiple clients,
and fixed handling of DELETEd messages and the Trash folder.
2004-02-22 03:13:02 +00:00

29 lines
677 B
Text

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