suggest using these processes for Debian in the linux-radiator.init control 
script.  currently, i don't see anything.

RELOADPROC="/sbin/start-stop-daemon --stop --signal HUP --pidfile 
${RADIUSD_PIDFILE}"
TRACEUPPROC="/sbin/start-stop-daemon --stop --signal USR1 --pidfile 
${RADIUSD_PIDFILE}"
TRACEDOWNPROC="/sbin/start-stop-daemon --stop --signal USR2 --pidfile 
${RADIUSD_PIDFILE}"

The "start-stop-daemon" requires a --start or --stop, but when the --signal is 
specified for the --stop process, it does not send a TERM, so process is not 
stopped.


For the status option, i guess something is better than nothing?
CHECKPROC="ps -fp `cat ${RADIUSD_PIDFILE}`"


Michael
_______________________________________________
radiator mailing list
[email protected]
http://www.open.com.au/mailman/listinfo/radiator

Reply via email to