Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
qmhandle
> qmail-init.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File qmail-init.patch of Package qmhandle
--- qmHandle 2007-11-24 10:31:43.000000000 -0500 +++ qmHandle.new 2007-11-24 10:38:31.000000000 -0500 @@ -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):