summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-06-16 14:55:46 +0000
committerHanno Böck <hanno@gentoo.org>2008-06-16 14:55:46 +0000
commit06527e4de0396808c7999cda5051b56304ecf120 (patch)
treede291deb17722b5810d2669d79a93ee985a3d917 /mail-mta/courier
parentbroken patch (diff)
downloadgentoo-2-06527e4de0396808c7999cda5051b56304ecf120.tar.gz
gentoo-2-06527e4de0396808c7999cda5051b56304ecf120.tar.bz2
gentoo-2-06527e4de0396808c7999cda5051b56304ecf120.zip
remove old/obsolete patch
(Portage version: 2.1.5.5)
Diffstat (limited to 'mail-mta/courier')
-rw-r--r--mail-mta/courier/files/remove-sysconftool.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/mail-mta/courier/files/remove-sysconftool.patch b/mail-mta/courier/files/remove-sysconftool.patch
deleted file mode 100644
index cf191be76db3..000000000000
--- a/mail-mta/courier/files/remove-sysconftool.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- 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