CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2012/11/21 01:07:34
Modified files: etc/rc.d : amd Log message: rc_restart() does not exists. What the 'restart' action does is to run 'stop' then 'start'; so to prevent this daemon from restarting itself, rc_stop=NO is enough. ok robert@