net-mail/qmhandle: remove unused patch(es)

This commit is contained in:
Michael Mair-Keimberger
2018-06-13 19:58:38 +02:00
committed by Tony Vroon
parent 6c507c1b66
commit 2bf5f4ea85

View File

@@ -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):