CVSROOT: /cvs Module name: src Changes by: rob...@cvs.openbsd.org 2011/07/07 20:15:34
Modified files: etc : Makefile rc rc.conf etc/rc.d : bootparamd ldattach mopd rarpd spamd ypbind yppasswdd ypserv Added files: etc/rc.d : amd spamlogd Log message: Switch amd and spamlogd to rc scripts and make sure that the rc_pre() functions are returning correctly. This change also simplyfies the changes because false || return 1 can be replaced with false if that's the last call. thanks halex@!