.... also I think that it is not so bad to add
/*
* Delete PID file to indicate
* normal shutdown
*/
unlink(pid_file);
or
if (dont_fork == FALSE)
unlink(pid_file);
in if (do_exit) {...} block.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
