summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-05 06:07:47 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-05 06:07:47 +0000
commit0d591e43851cf728b56ef21f53a30ffd0b0d5dbc (patch)
treebff74b7d2d5a2fe82d12e39a5727cd5f34d01706 /net-mail/qmhandle/files
parentinitial commit (diff)
downloadgentoo-2-0d591e43851cf728b56ef21f53a30ffd0b0d5dbc.tar.gz
gentoo-2-0d591e43851cf728b56ef21f53a30ffd0b0d5dbc.tar.bz2
gentoo-2-0d591e43851cf728b56ef21f53a30ffd0b0d5dbc.zip
initial commit
Diffstat (limited to 'net-mail/qmhandle/files')
-rw-r--r--net-mail/qmhandle/files/digest-qmhandle-1.1.11
-rw-r--r--net-mail/qmhandle/files/qmHandle-gentoo.patch17
2 files changed, 18 insertions, 0 deletions
diff --git a/net-mail/qmhandle/files/digest-qmhandle-1.1.1 b/net-mail/qmhandle/files/digest-qmhandle-1.1.1
new file mode 100644
index 000000000000..dc01218c6a1b
--- /dev/null
+++ b/net-mail/qmhandle/files/digest-qmhandle-1.1.1
@@ -0,0 +1 @@
+MD5 ed3d31647c386a5c33f1695e1444b558 qmhandle-1.1.1.tar.gz 5920
diff --git a/net-mail/qmhandle/files/qmHandle-gentoo.patch b/net-mail/qmhandle/files/qmHandle-gentoo.patch
new file mode 100644
index 000000000000..bfd8d56fe021
--- /dev/null
+++ b/net-mail/qmhandle/files/qmHandle-gentoo.patch
@@ -0,0 +1,17 @@
+--- 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):