a7746ca9b5
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes. * gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd. * tcpd/configure.in: Check if explicit linking with libgpg-error is required. * tcpd/libcouriergnutls.c (tls_connect): Fix bad call to gnutls_server_name_set(). Affects Courier compiled with GnuTLS support. * maildrop/mailbot.c (main): Set close-on-exec bit on opened files. * courier/doc/courier.sgml: Move the SPF section to a separate refsect2 to work around misformatting by the manpage stylesheet. * rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation. * html/en-us/newmsg.html: Ditto. * rfc2045/reformime.sgml: Document the -c option to reformime. * imapd.c (main): Fix typo in alert message. * Big quota patch (with some changes). (See the Changelog(s) for previous releases) Based on patch(es) from PR pkg/42989 by Brian Candler.
14 lines
572 B
Text
14 lines
572 B
Text
$NetBSD: patch-ay,v 1.2 2010/06/15 23:01:23 pettai Exp $
|
|
|
|
--- webadmin/Makefile.in.orig 2007-11-17 19:53:34.000000000 -0500
|
|
+++ webadmin/Makefile.in
|
|
@@ -679,9 +679,6 @@ uninstall-am: uninstall-webadminDATA uni
|
|
|
|
|
|
install-exec-hook:
|
|
- -$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/webadmin/added
|
|
- -$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/webadmin/removed
|
|
- chmod 700 $(DESTDIR)$(sysconfdir)/webadmin
|
|
-chown @mailuser@ $(DESTDIR)$(sysconfdir)/webadmin
|
|
-chown @mailuser@ $(DESTDIR)$(sysconfdir)/webadmin/added
|
|
-chown @mailuser@ $(DESTDIR)$(sysconfdir)/webadmin/removed
|