Re: smtpctl stop

2016-09-03 Thread Eric Faurot
On Sat, Sep 03, 2016 at 08:12:20PM +0200, Gilles Chehade wrote: > On Sat, Sep 03, 2016 at 08:09:25PM +0200, Eric Faurot wrote: > > Hi, > > > > Here is a diff to remove the "smtpctl stop" command. > > The proper way to stop a daemon is kill(1)/pkill(1) only. &g

Re: smtpctl stop

2016-09-03 Thread Gilles Chehade
On Sat, Sep 03, 2016 at 08:09:25PM +0200, Eric Faurot wrote: > Hi, > > Here is a diff to remove the "smtpctl stop" command. > The proper way to stop a daemon is kill(1)/pkill(1) only. > It makes no sense to have different code path for that. > much agreed, queue

smtpctl stop

2016-09-03 Thread Eric Faurot
Hi, Here is a diff to remove the "smtpctl stop" command. The proper way to stop a daemon is kill(1)/pkill(1) only. It makes no sense to have different code path for that. Eric. Index: control.c === RCS file: /cvs/src/usr.