CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/07 11:37:30
Modified files:
etc/rc.d : rc.subr
Log message:
Fix reload:
* if we try to reload a non running daemon, just exit gracefully, like
we do for 'stop'
* add an rc_check call right after rc_reload to make sure the daemon is
still around; until now we only checked the pkill(1) return code but
that is not enough
ok robert@
