From: Michael Mair-Keimberger Date: Wed, 13 Jun 2018 17:58:38 +0000 (+0200) Subject: net-mail/qmhandle: remove unused patch(es) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2bf5f4ea85c9f3ce674374c4c2e3ec0549fc5f15;p=gentoo.git net-mail/qmhandle: remove unused patch(es) --- diff --git a/net-mail/qmhandle/files/qmHandle-gentoo-svc.patch b/net-mail/qmhandle/files/qmHandle-gentoo-svc.patch deleted file mode 100644 index fc516d4e0b7a..000000000000 --- a/net-mail/qmhandle/files/qmHandle-gentoo-svc.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- qmHandle.orig 2005-08-24 19:39:11.000000000 +0200 -+++ qmHandle 2005-08-24 19:40:15.000000000 +0200 -@@ -29,8 +29,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 Linux: -+my ($stopqmail) = '/usr/bin/svc -d /var/qmail/supervise/qmail-send'; -+my ($startqmail) = '/usr/bin/svc -u /var/qmail/supervise/qmail-send'; - - # If you don't have scripts, leave $stopqmail blank (the process will - # be hunted and killed by qmHandle):