commit: 5efd3a671eda63e9dea68e5c495fe2e7d93eed89 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Jan 15 09:27:11 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 09:49:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efd3a67
net-mail/qmhandle: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3488 net-mail/qmhandle/files/qmHandle-gentoo.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/net-mail/qmhandle/files/qmHandle-gentoo.patch b/net-mail/qmhandle/files/qmHandle-gentoo.patch deleted file mode 100644 index bfd8d56..00000000 --- a/net-mail/qmhandle/files/qmHandle-gentoo.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- qmHandle.orig 2003-08-04 22:54:29.000000000 -0700 -+++ qmHandle 2003-08-04 22:55:58.000000000 -0700 -@@ -26,8 +26,12 @@ - #my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-send'; - - # While this is if you have a Debian GNU/Linux with its qmail package --my ($stopqmail) = '/etc/init.d/qmail stop'; --my ($startqmail) = '/etc/init.d/qmail start'; -+#my ($stopqmail) = '/etc/init.d/qmail stop'; -+#my ($startqmail) = '/etc/init.d/qmail start'; -+ -+# Gentoo makes life easier: -+my ($stopqmail) = '/var/qmail/bin/qmail-control stop'; -+my ($startqmail) = '/var/qmail/bin/qmail-control start'; - - # If you don't have scripts, leave $stopqmail blank (the process will - # be hunted and killed by qmHandle):
