Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-10 | Remove unnecessary rc_post from rc.d/nsd. | Stuart Henderson | |
It was there to try and ensure that failure was reported if nsd stopped shortly after startup (as it used to do if the address was in use, etc), but this is no longer the case with nsd 4 which returns a failure at startup in these cases, and having it there breaks properly printing "(ok)" when stopping. | |||
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-12-15 | remove popa3d etc tendrils | Ted Unangst | |
2013-12-11 | Use a correct pexp and unbreak stop/reload. The old and wrong pexp | Jeremie Courreges-Anglas | |
in /var/run/rc.d/identd has to be manually removed. Reported by Adam Jeanguenat (avj at voyager dot 6v6 dot org). ok dcoppa@ lteo@ | |||
2013-11-26 | update for NSD 4.0.0; generate keys for nsd-control if non-existent, and | Stuart Henderson | |
use nsd-control to signal NSD. | |||
2013-09-13 | reload not supported; from Craig R. Skinner. | Okan Demirmen | |
ok dcoppa ajacoutot | |||
2013-09-01 | Properly pass daemon_flags to amd(8). | Antoine Jacoutot | |
ok dcoppa@ sthen@ | |||
2013-08-09 | Add rc.d(8) scripts for ipropd-master and ipropd-slave. | Antoine Jacoutot | |
ok deraadt@ | |||
2013-08-08 | Re-add `-e' to default daemon_flags like the previous identd did. | Antoine Jacoutot | |
ok dlg@ | |||
2013-08-07 | disable libexec/identd and enable usr.sbin/identd. | David Gwynne | |
ok sthen@ deraadt@ | |||
2013-07-11 | no double negatives in error message; ok aja@ | Otto Moerbeek | |
2013-06-17 | Use "--detach" instead of putting into the backgroun with rc_bg. | Antoine Jacoutot | |
ok robert@ | |||
2013-06-04 | fix pexp | Stuart Henderson | |
2013-06-01 | hook up slowcgi to the tree, including /etc glue and a sample configuration | Christian Weisgerber | |
snippet; ok florian@ | |||
2013-04-04 | Show only available actions in RC script usage messages. | Vadim Zhukov | |
Also, prettify representation of actions list a bit. a lot of input and ok halex@ aja@ also ok schwarze@ small nit spotted by marc@ "makes a lot of sense to me" todd@ | |||
2013-03-24 | Match documented rc.conf(5) flags. | Antoine Jacoutot | |
ok deraadt@ | |||
2013-02-05 | Make sure new config is valid before SIGHUP'ing sshd, which would | Alexander Hall | |
otherwise just kill it. ok ajacoutot@ djm@ pirofti@, quite some time ago | |||
2013-01-26 | Do not allow stopping/restarting mountd using the rc.d(8) framework; | Antoine Jacoutot | |
if there is need to send a SIGTERM to mountd(8), it should be done manually as there is too much involved with RPC daemons to make it automagic. ok beck@ | |||
2012-11-21 | rc_restart() does not exists. What the 'restart' action does is to run | Antoine Jacoutot | |
'stop' then 'start'; so to prevent this daemon from restarting itself, rc_stop=NO is enough. ok robert@ | |||
2012-11-19 | Remove useless test: rc_rm_runfile() uses rm -f which always returns 0 | Antoine Jacoutot | |
so we don't care if the file is present or not; also this function should never return a failure. ok halex@ | |||
2012-11-18 | Don't output "$action is not supported" when running an rc.d(8) script | Antoine Jacoutot | |
from /etc/rc(8). This prevents the warning to be displayed at shutdown time when the script has rc_stop=NO. req. and input from fgsch@ "go ahead" schwarze@ input from an ok halex@, ok robert@ | |||
2012-11-12 | Don't check if ${local_rcconf} is defined before sourcing rc.conf but do | Antoine Jacoutot | |
it unconditionally. The only place local_rcconf could have been defined is from /etc/rc sourcing rc.conf but then the variable is not exported so it will never be seen by rc.subr. ok robert@ | |||
2012-11-04 | Script for ldomd(8). | Mark Kettenis | |
ok dcoppa@, deraadt@ | |||
2012-10-26 | sort to be consistent with the other rc scripts: rc_** actions come after | Antoine Jacoutot | |
the pexp. | |||
2012-10-26 | disable reload since SIGHUP kills smtpd | Alexander Hall | |
ok chl@ gilles@ | |||
2012-09-20 | Enable npppd and npppctl in default build. Add npppd to rc and | YASUOKA Masahiko | |
install sample configs to /etc/. ok claudio deraadt henning mcbride | |||
2012-09-13 | Simplify the way we call the rc.d(8) script in "restart". | Antoine Jacoutot | |
ok sthen@ | |||
2012-09-01 | Make '-f' only affects the "start" action. | Antoine Jacoutot | |
There is no reason we couldn't reload|stop a daemon even when _flags is set to NO. As a bonus side effect, we can now see usage() on disabled scripts. discussed with sthen@ and espie@ ok sthen@ | |||
2012-08-21 | Use the new "-q" option of pgrep(1) instead of redirecting stdout | Antoine Jacoutot | |
to /dev/null. | |||
2012-08-20 | wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's | David Gwynne | |
point of view. mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the start_daemons chunk | |||
2012-08-14 | Optimize checks for /etc/exports. | Antoine Jacoutot | |
from robert at peichaer dot org discussed with and ok halex@ | |||
2012-08-13 | unset _rcflags and _rcuser so that they don't get inherited by rc.d(8) | Antoine Jacoutot | |
scripts; from robert at peichaer dot org ok halex@ While here, put the "sanitation" commands in their own block. | |||
2012-08-13 | Set the daemon_class as readonly as it should be (and is documented as | Antoine Jacoutot | |
such). from robert at peichaer dot org modified after a discussion with halex@ ok halex@ robert@ | |||
2012-08-11 | Make a couple of variables local. | Antoine Jacoutot | |
from robert at peichaer dot org ok halex@ | |||
2012-08-04 | Add a new rc_usercheck variable (default to YES). When set to no, root | Antoine Jacoutot | |
privilege is needed to run rc_check. In effect this means /etc/rc.d/foobar check can now be run as a regular user. Discussed with robert@ during g2k12. ok todd@ | |||
2012-08-04 | Set rc_usercheck to NO. | Antoine Jacoutot | |
2012-07-10 | fix pexp | Alexander Hall | |
ok robert@ | |||
2012-07-10 | fix regexp in pexp | Alexander Hall | |
ok robert@ | |||
2012-07-07 | Simplify rc_wait() (no functionnal change). | Antoine Jacoutot | |
initially from robert at peichaer dot org with some enhancement by halex@ ok halex@ | |||
2012-07-07 | Restore default tftpd(8) argument to use "/tftpboot" so that is works | Antoine Jacoutot | |
out of the box. ok deraadt@ pirofti@ | |||
2012-05-30 | in -d mode, display an error message before exiting, in the case the | Marc Espie | |
daemon is not active (happens often to me, as I forget which box has which daemons). okay ajacoutot@ | |||
2012-04-01 | btd went away | Theo de Raadt | |
2012-03-05 | add rc.d bits for the new standalone tftpd daemon. | David Gwynne | |
mostly from Kent R. Spillner ok sthen@ robert@ | |||
2012-02-19 | enable nginx | Robert Nagy | |
2012-01-20 | Fix pexp for sendmail; it can be "sendmail: rejecting" as well as accepting. | Stuart Henderson | |
From danh@, ok aja@ giovanni@ | |||
2012-01-16 | Use nsdc to reliably stop nsd. | Camiel Dobbelaar | |
ok ajacoutot sthen | |||
2011-12-28 | sndiod(1) does not 'reload', so set rc_reload to NO. | Antoine Jacoutot | |
ok ratchov@ | |||
2011-12-21 | Move mandatory flags from daemon_flags to daemon. | Antoine Jacoutot | |
ok sthen@ | |||
2011-12-13 | Set rc_reload to NO. In rc.d(8), `reload' means reloading the | Antoine Jacoutot | |
configuration without service disruption which is not what -HUP does for nsd(8). Anyway, zone operations (...) should be done using nsdc(8) and not with an rc script. discussed with and ok sthen@ | |||
2011-12-09 | Handle aucat -> sndiod name change, and enable sndiod by default. Mostly | Alexandre Ratchov | |
from ajacoutot@. ok deraadt ajacoutot |