summaryrefslogtreecommitdiff
path: root/etc/rc.d
AgeCommit message (Expand)Author
2013-08-09Add rc.d(8) scripts for ipropd-master and ipropd-slave.Antoine Jacoutot
2013-08-08Re-add `-e' to default daemon_flags like the previous identd did.Antoine Jacoutot
2013-08-07disable libexec/identd and enable usr.sbin/identd.David Gwynne
2013-07-11no double negatives in error message; ok aja@Otto Moerbeek
2013-06-17Use "--detach" instead of putting into the backgroun with rc_bg.Antoine Jacoutot
2013-06-04fix pexpStuart Henderson
2013-06-01hook up slowcgi to the tree, including /etc glue and a sample configurationChristian Weisgerber
2013-04-04Show only available actions in RC script usage messages.Vadim Zhukov
2013-03-24Match documented rc.conf(5) flags.Antoine Jacoutot
2013-02-05Make sure new config is valid before SIGHUP'ing sshd, which wouldAlexander Hall
2013-01-26Do not allow stopping/restarting mountd using the rc.d(8) framework;Antoine Jacoutot
2012-11-21rc_restart() does not exists. What the 'restart' action does is to runAntoine Jacoutot
2012-11-19Remove useless test: rc_rm_runfile() uses rm -f which always returns 0Antoine Jacoutot
2012-11-18Don't output "$action is not supported" when running an rc.d(8) scriptAntoine Jacoutot
2012-11-12Don't check if ${local_rcconf} is defined before sourcing rc.conf but doAntoine Jacoutot
2012-11-04Script for ldomd(8).Mark Kettenis
2012-10-26sort to be consistent with the other rc scripts: rc_** actions come afterAntoine Jacoutot
2012-10-26disable reload since SIGHUP kills smtpdAlexander Hall
2012-09-20Enable npppd and npppctl in default build. Add npppd to rc andYASUOKA Masahiko
2012-09-13Simplify the way we call the rc.d(8) script in "restart".Antoine Jacoutot
2012-09-01Make '-f' only affects the "start" action.Antoine Jacoutot
2012-08-21Use the new "-q" option of pgrep(1) instead of redirecting stdoutAntoine Jacoutot
2012-08-20wire up the bits for tftp-proxy, which is called tftpproxy from rc.d'sDavid Gwynne
2012-08-14Optimize checks for /etc/exports.Antoine Jacoutot
2012-08-13unset _rcflags and _rcuser so that they don't get inherited by rc.d(8)Antoine Jacoutot
2012-08-13Set the daemon_class as readonly as it should be (and is documented asAntoine Jacoutot
2012-08-11Make a couple of variables local.Antoine Jacoutot
2012-08-04Add a new rc_usercheck variable (default to YES). When set to no, rootAntoine Jacoutot
2012-08-04Set rc_usercheck to NO.Antoine Jacoutot
2012-07-10fix pexpAlexander Hall
2012-07-10fix regexp in pexpAlexander Hall
2012-07-07Simplify rc_wait() (no functionnal change).Antoine Jacoutot
2012-07-07Restore default tftpd(8) argument to use "/tftpboot" so that is worksAntoine Jacoutot
2012-05-30in -d mode, display an error message before exiting, in the case theMarc Espie
2012-04-01btd went awayTheo de Raadt
2012-03-05add rc.d bits for the new standalone tftpd daemon.David Gwynne
2012-02-19enable nginxRobert Nagy
2012-01-20Fix pexp for sendmail; it can be "sendmail: rejecting" as well as accepting.Stuart Henderson
2012-01-16Use nsdc to reliably stop nsd.Camiel Dobbelaar
2011-12-28sndiod(1) does not 'reload', so set rc_reload to NO.Antoine Jacoutot
2011-12-21Move mandatory flags from daemon_flags to daemon.Antoine Jacoutot
2011-12-13Set rc_reload to NO. In rc.d(8), `reload' means reloading theAntoine Jacoutot
2011-12-09Handle aucat -> sndiod name change, and enable sndiod by default. MostlyAlexandre Ratchov
2011-11-30Fix an issue when uid != euid (e.g. when running shutdown(8) as aAntoine Jacoutot
2011-10-15either set or unset variables that are to be examined further on, don'tAlexander Hall
2011-10-13Start ldapd(8) earlier so that ypldap(8) can properly run (an LDAPAntoine Jacoutot
2011-10-12Localize _new_pexp unconditionally, or rc_read_runfile()Ingo Schwarze
2011-10-09When the _RC_RUNFILE (by some ill chance) happened to be empty orIngo Schwarze
2011-10-09Finally make it possible to restart/stop a daemon after having changedAntoine Jacoutot
2011-10-07Check if we are root right from the start.Antoine Jacoutot