* 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
519 B
Text
20 lines
519 B
Text
$NetBSD: patch-ah,v 1.8 2010/06/15 23:07:07 pettai Exp $
|
|
|
|
--- pop3d.rc.in.orig 2005-07-01 21:13:56.000000000 -0400
|
|
+++ pop3d.rc.in
|
|
@@ -9,6 +9,7 @@ prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
bindir=@bindir@
|
|
libexecdir=@libexecdir@
|
|
+sbindir=@sbindir@
|
|
|
|
if test ! -f @sysconfdir@/pop3d
|
|
then
|
|
@@ -32,6 +33,7 @@ start)
|
|
exec_prefix=@exec_prefix@ ;
|
|
bindir=@bindir@ ;
|
|
libexecdir=@libexecdir@ ;
|
|
+ sbindir=@sbindir@ ;
|
|
. @sysconfdir@/pop3d-ssl ; \
|
|
. @sysconfdir@/pop3d ; \
|
|
PROXY_HOSTNAME=$PROXY_HOSTNAME ; \
|