diff options
Diffstat (limited to 'mail/maildrop/files')
-rw-r--r-- | mail/maildrop/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | mail/maildrop/files/patch-ad | 9 |
2 files changed, 12 insertions, 11 deletions
diff --git a/mail/maildrop/files/patch-Makefile.in b/mail/maildrop/files/patch-Makefile.in index 65a3fe4fad9a..075086d19a42 100644 --- a/mail/maildrop/files/patch-Makefile.in +++ b/mail/maildrop/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Tue Nov 27 08:22:26 2001 -+++ Makefile.in Thu Dec 6 23:26:43 2001 -@@ -27,7 +27,7 @@ +--- Makefile.in.orig Tue Oct 29 15:42:15 2002 ++++ Makefile.in Tue Oct 29 15:42:52 2002 +@@ -29,7 +29,7 @@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ @@ -9,12 +9,12 @@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ -@@ -87,7 +87,7 @@ - EXTRA_DIST = UPGRADE.html UPGRADE.txt INSTALL.txt README README.postfix maildroptips.txt maildropldap.config maildropmysql.config +@@ -105,7 +105,7 @@ + EXTRA_DIST = README.html INSTALL.html UPGRADE.html README.postfix maildroptips.txt maildropldap.config maildropmysql.config automake.fix COPYING.GPL scriptdir = $(pkgdatadir)/scripts -htmldir = $(pkgdatadir)/html +htmldir = $(pkgdatadir) - @INSTALL_USERDB_TRUE@USERDBHTML = @INSTALL_USERDB_TRUE@userdb.html makeuserdb.html userdbpw.html + + @INSTALL_USERDB_TRUE@USERDBHTML = userdb.html makeuserdb.html userdbpw.html @INSTALL_USERDB_FALSE@USERDBHTML = - @INSTALL_USERDB_TRUE@USERDBMAN = @INSTALL_USERDB_TRUE@userdb.8 makeuserdb.8 userdbpw.8 diff --git a/mail/maildrop/files/patch-ad b/mail/maildrop/files/patch-ad index ad8fbd1acd97..0822d77966be 100644 --- a/mail/maildrop/files/patch-ad +++ b/mail/maildrop/files/patch-ad @@ -1,6 +1,6 @@ ---- maildrop/funcs.C.orig Wed Feb 21 16:56:38 2001 -+++ maildrop/funcs.C Wed Feb 21 16:57:06 2001 -@@ -110,13 +110,7 @@ +--- maildrop/funcs.C.orig Tue Oct 29 15:43:32 2002 ++++ maildrop/funcs.C Tue Oct 29 15:43:51 2002 +@@ -110,14 +110,7 @@ static GETGROUPS_T getprocgroup() { #if HAS_GETPGRP @@ -11,6 +11,7 @@ -#else - return ( getpgrp( getpid()) ); -#endif - #else +-#else #if HAS_GETPGID return ( getpgid( 0 ) ); + #else |