Re: [PATCH 1/5] console-client: remove the pid file on clean exits

2013-10-13 Thread Samuel Thibault
All applied, thanks! Samuel

[PATCH 1/5] console-client: remove the pid file on clean exits

2013-10-10 Thread Justus Winter
Remove the pid file if the console client exits either cleanly using console_exit or because of an error during daemonization. * console-client/console.c (console_exit): Remove the pid file. (daemon_error): Likewise. --- console-client/console.c |5 + 1 file changed, 5 insertions(+) diff