Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
qmhandle
> qmhandle-restart-qmail.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File qmhandle-restart-qmail.diff of Package qmhandle
--- qmHandle.orig 2008-05-10 00:14:06.000000000 +0200 +++ qmHandle 2008-05-10 00:15:19.000000000 +0200 @@ -26,8 +26,8 @@ # ### 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/bin/qmailctl stop'; +my ($startqmail) = '/usr/bin/qmailctl start'; # While this is if you have a Debian GNU/Linux with its qmail package #my ($stopqmail) = '/etc/init.d/qmail stop';