Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-10 | Mention amd_master with amd_flags. | Antoine Jacoutot | |
Move identd_flags away from the inetd-capable daemons and fix usage. ok deraadt@ | |||
2013-08-09 | Add rc.d(8) scripts for ipropd-master and ipropd-slave. | Antoine Jacoutot | |
ok deraadt@ | |||
2013-08-09 | Remove all references to btd and the corresponding _btd user and group. | Antoine Jacoutot | |
ok sthen@ deraadt@ | |||
2013-06-01 | hook up slowcgi to the tree, including /etc glue and a sample configuration | Christian Weisgerber | |
snippet; ok florian@ | |||
2013-04-29 | Remove most of pre-rc.d(8) backward compatibility. | Antoine Jacoutot | |
ok krw@ sthen@ rpe@ halex@ dcoppa@ | |||
2013-04-21 | disable inetd by default; ok aja millert | Theo de Raadt | |
2013-03-24 | document default operation of identd; mentioned by creamy@nocrater.com | Theo de Raadt | |
2012-11-17 | Revert previous; there are more things to consider. | Antoine Jacoutot | |
2012-11-17 | Remove pre-rc.d(8) backward compatibility. | Antoine Jacoutot | |
See faq/current.html for more information. The local_rcconf variable is not used anywhere anymore so drop it. suggested by deraadt@ ok sthen@ | |||
2012-11-04 | Start ldomd(8). | Mark Kettenis | |
2012-10-28 | OK, enough is enough. So many people persist in the practice of editing | Theo de Raadt | |
this file, even years after the rc.conf / rc.conf.local split happened. One way to improve upon this is to put a big fat comment at the top of the file. (Other ways to improve this is by renaming files, but that will just create more confusion). ok aja robert | |||
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-08-26 | Hook up nginx to rc(8). | Antoine Jacoutot | |
ok deraadt@ robert@ | |||
2012-08-23 | no more afs activation goop | Theo de Raadt | |
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-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@ | |||
2011-12-21 | Adapt after recent rc scripts change. | Antoine Jacoutot | |
with input from and ok sthen@ | |||
2011-12-09 | Handle aucat -> sndiod name change, and enable sndiod by default. Mostly | Alexandre Ratchov | |
from ajacoutot@. ok deraadt ajacoutot | |||
2011-10-07 | Fix a small regression reported by nicm@: when domainname is set but | Antoine Jacoutot | |
/var/yp/binding does not exist, do _not_ try to start ypbind. Make it possible to start ypbind the same way as the other daemons (using ypbind_flags) while preserving the historical startup behavior. tested by deraadt@ | |||
2011-09-20 | Remove the "portmap" variable, it's unused now (use portmap_flags). | Antoine Jacoutot | |
ok deraadt@ robert@ | |||
2011-09-16 | Add a script for popa3d to support running it outside of inetd. | Robert Nagy | |
2011-07-24 | use the right sysctl, doh! | Federico G. Schwindt | |
pointed out by Moritz Grimm (mgrimm-at-mrsserver-dot-net) | |||
2011-07-23 | mention net.inet6.ip6.rediraccept as well around rtsold_flags. | Federico G. Schwindt | |
sthen@ ok. | |||
2011-07-18 | Zap rdate_flags, it's not used anymore. | Antoine Jacoutot | |
ok deraadt@ | |||
2011-07-17 | fix ${pf} variable so that the special pflogd check works; ok deraadt@ | David Krause | |
2011-07-11 | unset amd_flags so that backward compat (amd=YES) works | Robert Nagy | |
2011-07-11 | we need ypldap_flags=NO by default | Theo de Raadt | |
2011-07-08 | move the pflog0 setup to the pflogd script and only | Robert Nagy | |
do that if pf is actually enabled (rely on pfctl -si) requested by deraadt@ | |||
2011-07-08 | Remove outdated comment. | Antoine Jacoutot | |
ok robert@ deraadt@ | |||
2011-07-08 | Forgot to commit that part yesterday, spotted by sthen@ | Antoine Jacoutot | |
2011-07-08 | fix boot output and make sure spamlogd is only started when needed | Robert Nagy | |
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-08 | Add the nfs startup scripts. | Antoine Jacoutot | |
ok robert@ | |||
2011-07-07 | Set ypserv_flags to NO by default. | Antoine Jacoutot | |
ok robert@ | |||
2011-07-07 | add a script for btd and replace the rc parts | Robert Nagy | |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt | |
switched a while back. ok miod, kettenis | |||
2011-07-07 | Add kerberos startup scripts with backward compatibility goo. | Antoine Jacoutot | |
ok robert@ deraadt@ | |||
2011-07-07 | Sync comments with reality. | Antoine Jacoutot | |
2011-07-07 | add compat for portmap | Robert Nagy | |
2011-07-06 | Add rc.d(8) script for the system daemons that are restartable. | Robert Nagy | |
From now on rc(8) is going to call these scripts to start them up on boot in the same order than before. In addition the inetd and rwhod variables in rc.conf are deprecated so that inetd_flags and rwhod_flags should be used. The old flags are still going to be used for some time to allow users to switch. There are more rc modifications to come later so let's put this in so we can base more work on this. It is important to mention that you can still keep using rc.local just like the way you did before, and we have no intention to remove that either. I'd also like to thank ajacoutot@, halex@, sthen@ and schwarze@ for working on this with me. | |||
2011-02-12 | Add the rc_scripts variable for rc.d(8). | Antoine Jacoutot | |
prodded by espie@ ok miod@ | |||
2010-10-01 | start nsd(8); ok deraadt | Jakob Schlyter | |
2010-07-29 | replace two misleading ie. with e.g.; from Jan Stary | Jason McIntyre | |
2010-07-27 | Add ldapd to rc and rc.conf. Enable it at boot with ldapd_flags=. | Martin Hedenfal | |
ok deraadt@ gilles@ | |||
2010-06-28 | Add iked to rc/rc.conf, you can enable it on boot with the iked_flags= var. | Reyk Floeter | |
Also copy the generated RSA key for isakmpd into the iked directory; this way we share the same RSA key by default. ok deraadt@ jsg@ | |||
2010-04-25 | Add ldpd(8) to /etc/rc* files. | Michele Marchetto | |
It needs to be started before the routing daemons. In this way every new prefix learnt by them already has a label associated. discussed with and ok'ed by claudio@ | |||
2010-04-23 | start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is | Alexandre Ratchov | |
the default setting in rc.conf. ok deraadt | |||
2009-10-17 | amd_dir is no longer used by rc so no need for it in rc.conf. | Nicholas Marriott | |
ok deraadt | |||
2009-05-31 | enable pf by default. | Henning Brauer | |
turns bombs into flowers, water into beer and eradicts swine flu |