Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-11 | Change the shebang line from /bin/sh to /bin/ksh in all base rc.d | Robert Peichaer | |
daemon scripts. discussed with and OK aja@ OK tb | |||
2017-03-23 | Don't check for spamd_black twice in rc_pre and rc_start; just do everything | Antoine Jacoutot | |
in rc_pre. prodded by and ok jmc@, ok halex@ | |||
2015-07-15 | Fix base rc.d scripts after the recent rc.subr change. | Antoine Jacoutot | |
ok halex@ | |||
2014-07-20 | Stop using the (now) internal rc.subr functions _rc_do() and _rc_wait(). | Robert Peichaer | |
- no need to start spamd in background mode - return from rc_start() in case spamd failed to start - execute spamd-setup without explicitly waiting for spamd prodded by, discussed with and OK ajacoutot@ | |||
2014-07-17 | Unbreak after the rc_do->_rc_do and rc_wait->_rc_wait renaming. | Antoine Jacoutot | |
If someone wants to take a shot a modifying this rc script so that it does not use internal rc.subr functions, be my guest... spotted by jsg@ | |||
2013-12-17 | Run spamd-setup from within /etc/rc.d/spamd, and take $spamd_black | Alexander Hall | |
into consideration. Diff from Maurice Janssen, thanks! ok rpe@ giovanni@ | |||
2013-09-13 | reload not supported; from Craig R. Skinner. | Okan Demirmen | |
ok dcoppa ajacoutot | |||
2011-07-08 | Switch amd and spamlogd to rc scripts and make sure that the | Robert Nagy | |
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@! | |||
2011-07-07 | add scripts for aucat and spamd and switch rc to use them | Robert Nagy | |