mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-mail/qmhandle: remove unused patch(es)
This commit is contained in:
committed by
Tony Vroon
parent
6c507c1b66
commit
2bf5f4ea85
@@ -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):
|
||||
Reference in New Issue
Block a user