summaryrefslogtreecommitdiff
path: root/etc/rc.conf
AgeCommit message (Collapse)Author
2022-09-26Drop incomplete archs lists from wsmoused(8) commentKlemens Nanni
OK deraadt
2022-06-28Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script andClaudio Jeker
all the other rc plumbing. OK deraadt@
2021-11-11switch(4) and switchd(8) are retiering. Unhook them from variousClaudio Jeker
configuration files. OK sthen@ kn@ patrick@
2021-07-16switch to dhcpleased/resolvd in baseFlorian Obser
OK deraadt
2021-03-01resolvd and dhcpleased should not be enabled yetTheo de Raadt
2021-02-26Ship resolvd service, enable it by defaultkn
Starting right after unwind. OK deraadt
2021-02-26rc(8) bits for dhcpleased(8).Florian Obser
OK deraadt
2020-01-24retire rebound etc bits to the atticTed Unangst
2019-01-26rc(8) bits for unwind(8); OK deraadtFlorian Obser
2018-07-23It's time to switch to rad(8); tested by many.Florian Obser
Remove rtadvd(8) from rc(8). OK deraadt, phessler
2018-07-12rc(8) infrastructure for radFlorian Obser
2017-05-30Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off theTheo Buehler
reordering of libraries by rc(8). This way machines with very slow disk I/O have a chance of booting within reasonable time now that libcrypto is also randomized. Discussed with various; input & ok from deraadt ajacoutot
2017-05-30Enable slaacd(8) by default and disable router solicitation andFlorian Obser
advertisement processing in the kernel. Go for it!!! deraadt@ additional encouragement to push forward from at least mpi and henning special thanks to naddy for being an early adopter and finding bugs.
2017-05-29rc.d(8) for slaacdFlorian Obser
OK phessler, deraadt
2017-02-26Switch to xenodm(1).Matthieu Herrb
Do it now deraadt@
2016-10-06Add switchdReyk Floeter
OK deraadt@
2015-12-06Add missing rc bits for rebound.Robert Peichaer
rc-wise OK aja@ jasper@
2015-12-06multicast_router -> multicastAntoine Jacoutot
2015-12-05It does not make sense to insert a specific route for 224/4 when theMartin Pieuchot
default one is good enough. So merge rc.conf(8)'s 'multicast_router' and 'multicast_host' into a single 'multicast'. If set to YES the reject route for 224/4 is not inserted by netstart(8). Manual bits from jmc@ ok henning@, ajacoutot@
2015-12-05add rcscript for vmdJasper Lievisse Adriaanse
ok mlarkin@ prompted by deraadt@
2015-11-27yppasswd went awayTheo de Raadt
2015-10-03Enable eigrpd(8) and eigrpctl(8) in the buildsRenato Westphal
ok deraadt@
2015-09-12Provide an ftpproxy6 rc script. ftp-proxy can only open one listening socketStuart Henderson
at a time, so a second instance of the daemon is required. OK mikeb stsp ajacoutot
2015-08-03Place etc/defaults/radiusd.conf and etc/rc.d/radiusd. Modify etc/rcYASUOKA Masahiko
to hook the rc script and modify etc/rc.conf to make it disable by default. Also add an entry for /etc/radiusd.conf to etc/changelist and etc/mtree/special. ok deraadt
2015-05-18enable ntpd by default at install time. We use pools and a reliableTheo de Raadt
constraint to keep them in check. in the worst case of being on a dark net, nothing changes. this is being enabled by default to allow gathering of more operational information from users. and if the operational heuristics in ntpd can be suitable refined, this may stay the default into the future. if not, ntpd will become even more awesome along the way. with reyk rpe
2015-05-04Remove comments about default daemon_flags; most are empty, thoseIngo Schwarze
that aren't are redundant because they can be found in the rc.d(8) scripts themselves, and they risk getting out of sync. While here, sort the daemons alphabetically. No functional change. Triggered by a much smaller nameserver-only patch from stephan@. OK ajacoutot@ rpe@ stephan@ and looks good to sthen@.
2015-05-02Drop pf_rules and ipsec_rules from rc.conf(5); it shouldn't have been madeAntoine Jacoutot
tweakable: there's no real point and these files support the 'include' option so one can always get its config from whatever path... especially useful when testing a new ruleset. man page inputs from schwarze@ ok halex@ schwarze@ rpe@ deraadt@
2014-12-03Unhook rtsol(8) and rtsold(8) from the build.Florian Obser
OK deraadt@
2014-09-15Remove sendmail tentacles. ok krw@ ajacoutot@Matthieu Herrb
2014-08-27Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesFlorian Obser
with autoconf enabled. If one is doing SLAAC one does already trust link local icmp6 so the policy for icmp6 redirects should be the same. pointed out by & OK bluhm@; OK henning@
2014-08-26usr.sbinRobert Nagy
2014-08-22disable use of bind in base; in the base use nsd/unbound instead.Theo de Raadt
a proper & complete bind port will show up. discussed with many for years
2014-07-22Enable httpd(8) in the builds to get more testing, feedback andReyk Floeter
improvements. It is not "finished" but serves static files. ok deraadt@
2014-07-21net.inet6.ip6.accept_rtadv is goneChristian Weisgerber
2014-07-13Add iscsid_flags to rc.conf so we do not try to start iscsid all the time.Claudio Jeker
Noticed by naddy@
2014-07-12Make rc.conf a parsed configuration file and stop sourcing it as a shellRobert Nagy
script. From now on rc.conf has a fixed syntax (key=val) and it is not allowed to add anything to it besides the supported syntax, it all going to be ignored. discussed with and help from deraadt@ and halex@
2014-07-11remove bluetooth bitsTed Unangst
2014-06-09add cron_flags which seemed to have been forgotten here.Jasper Lievisse Adriaanse
ok aja@ dcoppa@
2014-04-24rm rwhod tentaclesTed Unangst
2014-04-23Remove krb5 bits from rc(8).Antoine Jacoutot
ok reyk@
2014-03-15Enable Unbound in base, ok deraadt@Stuart Henderson
2014-03-13Unhook httpd(8) from build; etc bitsFlorian Obser
OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@
2014-03-12switch over to smtpd by default.Ted Unangst
ok deraadt gilles todd
2013-12-18Adapt nsd(1) comment to match the default daemon_flags of the rc.d script.Antoine Jacoutot
ok sthen@
2013-12-15remove popa3d etc tendrilsTed Unangst
2013-08-10Mention amd_master with amd_flags.Antoine Jacoutot
Move identd_flags away from the inetd-capable daemons and fix usage. ok deraadt@
2013-08-09Add rc.d(8) scripts for ipropd-master and ipropd-slave.Antoine Jacoutot
ok deraadt@
2013-08-09Remove all references to btd and the corresponding _btd user and group.Antoine Jacoutot
ok sthen@ deraadt@
2013-06-01hook up slowcgi to the tree, including /etc glue and a sample configurationChristian Weisgerber
snippet; ok florian@
2013-04-29Remove most of pre-rc.d(8) backward compatibility.Antoine Jacoutot
ok krw@ sthen@ rpe@ halex@ dcoppa@