From 5efd3a671eda63e9dea68e5c495fe2e7d93eed89 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Sun, 15 Jan 2017 10:27:11 +0100 Subject: [PATCH] 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(-) delete mode 100644 net-mail/qmhandle/files/qmHandle-gentoo.patch diff --git a/net-mail/qmhandle/files/qmHandle-gentoo.patch b/net-mail/qmhandle/files/qmHandle-gentoo.patch deleted file mode 100644 index bfd8d56fe021..000000000000 --- 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): -- 2.26.2