2007-01-16 00:07:58 +01:00
|
|
|
--- bdbobj/Makefile.in
|
2007-04-26 01:01:10 +02:00
|
|
|
+++ bdbobj/Makefile.in
|
2008-10-13 16:17:32 +02:00
|
|
|
@@ -225,7 +225,6 @@
|
2007-01-16 00:07:58 +01:00
|
|
|
@FOUND_DB_TRUE@testbdb_SOURCES = $(TESTBDBSOURCES)
|
|
|
|
@FOUND_DB_TRUE@testbdb_DEPENDENCIES = libbdbobj.la
|
2008-10-13 16:17:32 +02:00
|
|
|
@FOUND_DB_TRUE@testbdb_LDADD = libbdbobj.la
|
2007-01-16 00:07:58 +01:00
|
|
|
-@FOUND_DB_TRUE@testbdb_LDFLAGS = -static
|
|
|
|
@FOUND_DB_FALSE@noinst_SCRIPTS = notfound
|
|
|
|
EXTRA_DIST = $(LIBDBOBJSOURCES) $(TESTBDBSOURCES) testsuite testsuite.txt
|
|
|
|
all: config.h
|
|
|
|
--- gdbmobj/Makefile.in
|
2007-04-26 01:01:10 +02:00
|
|
|
+++ gdbmobj/Makefile.in
|
2008-10-13 16:17:32 +02:00
|
|
|
@@ -226,7 +226,6 @@
|
2007-01-16 00:07:58 +01:00
|
|
|
@FOUND_GDBM_TRUE@testgdbm_SOURCES = $(TESTGDBMSOURCES)
|
|
|
|
@FOUND_GDBM_TRUE@testgdbm_DEPENDENCIES = libgdbmobj.la
|
2008-10-13 16:17:32 +02:00
|
|
|
@FOUND_GDBM_TRUE@testgdbm_LDADD = libgdbmobj.la
|
2007-01-16 00:07:58 +01:00
|
|
|
-@FOUND_GDBM_TRUE@testgdbm_LDFLAGS = -static
|
|
|
|
@FOUND_GDBM_FALSE@noinst_SCRIPTS = notfound
|
|
|
|
EXTRA_DIST = $(LIBGDBMSOURCES) $(TESTGDBMSOURCES) testsuite testsuite.txt
|
|
|
|
all: config.h
|
|
|
|
--- imap/imapd-ssl.dist.in
|
2007-04-26 01:01:10 +02:00
|
|
|
+++ imap/imapd-ssl.dist.in
|
2008-01-17 22:21:18 +01:00
|
|
|
@@ -102,7 +102,7 @@
|
2007-01-16 00:07:58 +01:00
|
|
|
##NAME: COURIERTLS:0
|
|
|
|
#
|
|
|
|
|
|
|
|
-COURIERTLS=@bindir@/couriertls
|
|
|
|
+COURIERTLS=@sbindir@/couriertls
|
|
|
|
|
|
|
|
##NAME: TLS_PROTOCOL:0
|
|
|
|
#
|
2007-04-26 01:01:10 +02:00
|
|
|
--- imap/imapd.8.in
|
|
|
|
+++ imap/imapd.8.in
|
2008-10-13 16:17:32 +02:00
|
|
|
@@ -17,9 +17,9 @@
|
2008-01-17 22:21:18 +01:00
|
|
|
imapd - Courier-IMAP server
|
|
|
|
.SH "SYNOPSIS"
|
2007-04-26 01:01:10 +02:00
|
|
|
.HP 25
|
2008-01-17 22:21:18 +01:00
|
|
|
-\fB@libexecdir@/couriertcpd\fR {couriertcpd\ options} {@prefix@/sbin/imaplogin} [\fImodules\fR...] {@prefix@/bin/imapd} {\./Maildir}
|
|
|
|
+\fB@libexecdir@/couriertcpd\fR {couriertcpd\ options} {@prefix@/sbin/imaplogin} [\fImodules\fR...] {@prefix@/sbin/imapd} {\./Maildir}
|
2007-04-26 01:01:10 +02:00
|
|
|
.HP 19
|
2008-10-13 16:17:32 +02:00
|
|
|
-\fB@prefix@/bin/imapd\fR {\./Maildir}
|
|
|
|
+\fB@prefix@/sbin/imapd\fR {\./Maildir}
|
2007-04-26 01:01:10 +02:00
|
|
|
.SH "DESCRIPTION"
|
2008-10-13 16:17:32 +02:00
|
|
|
.PP
|
|
|
|
|
2007-01-16 00:07:58 +01:00
|
|
|
--- imap/pop3d-ssl.dist.in
|
2007-04-26 01:01:10 +02:00
|
|
|
+++ imap/pop3d-ssl.dist.in
|
2008-01-17 22:21:18 +01:00
|
|
|
@@ -87,7 +87,7 @@
|
2007-01-16 00:07:58 +01:00
|
|
|
# at your own risk. Only the basic SSL/TLS functionality is known to be
|
|
|
|
# working. Keep this in mind as you play with the following variables.
|
|
|
|
|
|
|
|
-COURIERTLS=@bindir@/couriertls
|
|
|
|
+COURIERTLS=@sbindir@/couriertls
|
|
|
|
|
|
|
|
##NAME: TLS_PROTOCOL:0
|
|
|
|
#
|