67e0aa3732
* tcpd/configure.in: Check if explicit linking with libgpg-error is required. * imapd.c (main): Fix typo in alert message. * Big quota patch (with some changes). * imapd.c (main): Dummy FAM/Gamin initialization, report an error during login, upon a failure. * imapd.c (imapenhancedidle): Make FAM error more meaningful. * pop3dserver.c (main): "disableinsecurepop3" account option disables non-SSL logins. * imapd.c (chkdisabled): "disableinsecureimap" account option disables non-SSL logins. (See the Changelog for the previous releases) Based on patch(es) from PR pkg/42989 by Brian Candler
20 lines
525 B
Text
20 lines
525 B
Text
$NetBSD: patch-af,v 1.9 2010/06/15 23:07:07 pettai Exp $
|
|
|
|
--- imapd.rc.in.orig 2005-07-01 21:13:56.000000000 -0400
|
|
+++ imapd.rc.in
|
|
@@ -9,6 +9,7 @@ prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
bindir=@bindir@
|
|
libexecdir=@libexecdir@
|
|
+sbindir=@sbindir@
|
|
|
|
if test ! -f @sysconfdir@/imapd
|
|
then
|
|
@@ -40,6 +41,7 @@ start)
|
|
exec_prefix=@exec_prefix@ ;
|
|
bindir=@bindir@ ;
|
|
libexecdir=@libexecdir@ ;
|
|
+ sbindir=@sbindir@ ;
|
|
. @sysconfdir@/imapd-ssl ; \
|
|
. @sysconfdir@/imapd ; \
|
|
IMAP_STARTTLS=$IMAPDSTARTTLS ; \
|