diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-04-21 12:05:22 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-04-21 12:05:22 +0000 |
commit | bb2ad64e097bbecaee4985c99dd3827a4423a856 (patch) | |
tree | c6e9a0b58623e7082972ad9b5900e55a84f60281 /mail-mta/courier/files | |
parent | add local useflags for courier (diff) | |
download | gentoo-2-bb2ad64e097bbecaee4985c99dd3827a4423a856.tar.gz gentoo-2-bb2ad64e097bbecaee4985c99dd3827a4423a856.tar.bz2 gentoo-2-bb2ad64e097bbecaee4985c99dd3827a4423a856.zip |
courier version bump, proxy-maintained ebuild
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'mail-mta/courier/files')
-rw-r--r-- | mail-mta/courier/files/remove-sysconftool.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mail-mta/courier/files/remove-sysconftool.patch b/mail-mta/courier/files/remove-sysconftool.patch new file mode 100644 index 000000000000..cf191be76db3 --- /dev/null +++ b/mail-mta/courier/files/remove-sysconftool.patch @@ -0,0 +1,30 @@ +--- orig/configure.in 2008-03-06 13:50:29.000000000 +0100 ++++ new/configure.in 2008-03-06 13:50:39.000000000 +0100 +@@ -19,7 +19,6 @@ + + AC_PROG_MAKE_SET + AC_PROG_CXX +-AC_PROG_SYSCONFTOOL + AC_PATH_PROGS(SETENV, env) + + AC_ARG_ENABLE(root-check, [ --disable-root-check Allow build as root (make check will fail)], +--- orig/Makefile.in 2008-03-06 19:37:53.000000000 +0100 ++++ new/Makefile.in 2008-03-06 19:38:22.000000000 +0100 +@@ -791,7 +791,6 @@ + + install-configure: + @$(MAKE) -$(MAKEFLAGS) install-perms +- @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' <permissions.dat` + + install-webadmin-password: + @stty -echo ; echo -n "Password: " ; read P; stty echo ; echo "" ; echo $$P >@sysconfdir@/webadmin/password && chown @mailuser@ @sysconfdir@/webadmin/password && chgrp @mailgroup@ @sysconfdir@/webadmin/password && chmod 400 @sysconfdir@/webadmin/password +--- orig/Makefile.am 2008-03-06 19:39:06.000000000 +0100 ++++ new/Makefile.am 2008-03-06 19:39:21.000000000 +0100 +@@ -160,7 +160,6 @@ + + install-configure: + @$(MAKE) -$(MAKEFLAGS) install-perms +- @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' <permissions.dat` + + install-webadmin-password: + @stty -echo ; echo -n "Password: " ; read P; stty echo ; echo "" ; echo $$P >@sysconfdir@/webadmin/password && chown @mailuser@ @sysconfdir@/webadmin/password && chgrp @mailgroup@ @sysconfdir@/webadmin/password && chmod 400 @sysconfdir@/webadmin/password |