Age | Commit message (Expand) | Author |
2013-06-17 | Use "--detach" instead of putting into the backgroun with rc_bg. | Antoine Jacoutot |
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 |
2013-04-04 | Show only available actions in RC script usage messages. | Vadim Zhukov |
2013-03-24 | Match documented rc.conf(5) flags. | Antoine Jacoutot |
2013-02-05 | Make sure new config is valid before SIGHUP'ing sshd, which would | Alexander Hall |
2013-01-26 | Do not allow stopping/restarting mountd using the rc.d(8) framework; | Antoine Jacoutot |
2012-11-21 | rc_restart() does not exists. What the 'restart' action does is to run | Antoine Jacoutot |
2012-11-19 | Remove useless test: rc_rm_runfile() uses rm -f which always returns 0 | Antoine Jacoutot |
2012-11-18 | Don't output "$action is not supported" when running an rc.d(8) script | Antoine Jacoutot |
2012-11-12 | Don't check if ${local_rcconf} is defined before sourcing rc.conf but do | Antoine Jacoutot |
2012-11-04 | Script for ldomd(8). | Mark Kettenis |
2012-10-26 | sort to be consistent with the other rc scripts: rc_** actions come after | Antoine Jacoutot |
2012-10-26 | disable reload since SIGHUP kills smtpd | Alexander Hall |
2012-09-20 | Enable npppd and npppctl in default build. Add npppd to rc and | YASUOKA Masahiko |
2012-09-13 | Simplify the way we call the rc.d(8) script in "restart". | Antoine Jacoutot |
2012-09-01 | Make '-f' only affects the "start" action. | Antoine Jacoutot |
2012-08-21 | Use the new "-q" option of pgrep(1) instead of redirecting stdout | Antoine Jacoutot |
2012-08-20 | wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's | David Gwynne |
2012-08-14 | Optimize checks for /etc/exports. | Antoine Jacoutot |
2012-08-13 | unset _rcflags and _rcuser so that they don't get inherited by rc.d(8) | Antoine Jacoutot |
2012-08-13 | Set the daemon_class as readonly as it should be (and is documented as | Antoine Jacoutot |
2012-08-11 | Make a couple of variables local. | Antoine Jacoutot |
2012-08-04 | Add a new rc_usercheck variable (default to YES). When set to no, root | Antoine Jacoutot |
2012-08-04 | Set rc_usercheck to NO. | Antoine Jacoutot |
2012-07-10 | fix pexp | Alexander Hall |
2012-07-10 | fix regexp in pexp | Alexander Hall |
2012-07-07 | Simplify rc_wait() (no functionnal change). | Antoine Jacoutot |
2012-07-07 | Restore default tftpd(8) argument to use "/tftpboot" so that is works | Antoine Jacoutot |
2012-05-30 | in -d mode, display an error message before exiting, in the case the | Marc Espie |
2012-04-01 | btd went away | Theo de Raadt |
2012-03-05 | add rc.d bits for the new standalone tftpd daemon. | David Gwynne |
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 |
2012-01-16 | Use nsdc to reliably stop nsd. | Camiel Dobbelaar |
2011-12-28 | sndiod(1) does not 'reload', so set rc_reload to NO. | Antoine Jacoutot |
2011-12-21 | Move mandatory flags from daemon_flags to daemon. | Antoine Jacoutot |
2011-12-13 | Set rc_reload to NO. In rc.d(8), `reload' means reloading the | Antoine Jacoutot |
2011-12-09 | Handle aucat -> sndiod name change, and enable sndiod by default. Mostly | Alexandre Ratchov |
2011-11-30 | Fix an issue when uid != euid (e.g. when running shutdown(8) as a | Antoine Jacoutot |
2011-10-15 | either set or unset variables that are to be examined further on, don't | Alexander Hall |
2011-10-13 | Start ldapd(8) earlier so that ypldap(8) can properly run (an LDAP | Antoine Jacoutot |
2011-10-12 | Localize _new_pexp unconditionally, or rc_read_runfile() | Ingo Schwarze |
2011-10-09 | When the _RC_RUNFILE (by some ill chance) happened to be empty or | Ingo Schwarze |
2011-10-09 | Finally make it possible to restart/stop a daemon after having changed | Antoine Jacoutot |
2011-10-07 | Check if we are root right from the start. | Antoine Jacoutot |
2011-10-07 | Prepend an underscore to internal variable names; this was reverted by | Antoine Jacoutot |
2011-10-07 | Fix a small regression reported by nicm@: when domainname is set but | Antoine Jacoutot |
2011-10-06 | rc_reload is valid here. | Antoine Jacoutot |
2011-09-25 | revert previous and pass on the RC_DEBUG and RC_FORCE flags in the start+stop | Alexander Hall |