Search
j0ke.net Open Build Service
>
Projects
>
home:mzimmermann
>
qmhandle
> startstop.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File startstop.patch of Package qmhandle
--- qmHandle 2007-07-20 07:03:45.000000000 +0200 +++ qmHandle.patched 2014-01-28 16:14:37.320032075 +0100 @@ -26,12 +26,12 @@ my ($bigtodo) = (-d "${queue}todo/0") ? # ### Be sure to uncomment only ONE of each variable declarations ### # For instance, this is if you have DJB's daemontools -my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail-deliver'; -my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-deliver'; +#my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail-deliver'; +#my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-deliver'; # 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'; # If you don't have scripts, leave $stopqmail blank (the process will # be hunted and killed by qmHandle):