summaryrefslogtreecommitdiff
path: root/etc/rc
AgeCommit message (Collapse)Author
2005-09-22split ypserv & ypbind startup; ypserv does not depend on you being aTheo de Raadt
client; from amh@POBOX.COM
2005-09-19change printed line from `printer' to `lpd'; deraadt@ ok.Federico G. Schwindt
2005-07-25Fix the test for successful ifconfig of carp interface on shutdown, makesRyan Thomas McBride
graceful shutdown work correctly. ok mpf@ deraadt@ a long time ago, committed to local repository by accident.
2005-06-19ntpd -s by default is just a pause if there is no netTheo de Raadt
2005-06-14split the dummy ruleset pfctl -f - -e into separate -f - and -e.Daniel Hartmeier
relevant when the dummy ruleset can't be loaded, we still want to enable pf, otherwise the real ruleset (even if that does load correctly) won't be active. might happen on a non-GENERIC kernel or after an update (before /etc is manually updated). reported by Jim Rees. ok frantzen@
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@
2005-05-19o change wsconsctl.conf subshell into a functionTodd C. Miller
o move test for foo.conf into the foo_conf function proper
2005-05-18Make test(1) usage consistent when testing a variable that may not be set.Todd C. Miller
OK deraadt@
2005-05-18o move sysctl and mixerctl parsing into a subroutine instead of a subshellTodd C. Miller
o update resource limits if kern.maxproc or kern.maxfiles is changed
2005-04-09if, at boot time, a /etc/resolv.conf.save is found, assume this is fromTheo de Raadt
a dhclient that crashed so hard it was unable to swap the file back, and hence, finish that job. i convinced krw and henning that this is right right place (not in netstart)
2005-04-01OK, this is an insane commit. Comes from johnb@ugrad.cs.ualberta.ca, pr 3589.Theo de Raadt
somehow he got his YP and DNS screwed up and nslookup $h was dealing with h = "" which was doing nslookup "", which is bad and hangs boots. be more careful by doing echo $h | nslookup instead.
2005-03-22add ospfd, ok theoHenning Brauer
From: Jason Crawford <jasonrcrawford@gmail.com>, whitespace fixes me
2005-01-19Only try to run pflogd if pflog0 exists; from mpech@Todd C. Miller
OK deraadt@ and fgsch@
2004-11-22Add support for setting mixerctl values in a sysctl.conf like mannerJonathan Gray
via mixerctl.conf. ok deraadt@, earlier version ok henning@
2004-11-03introduce spamlogd_flags to make it easier to e. g. bind spamlogdHenning Brauer
to an interface; no change in default config from Toni Mueller <support@oeko.net>, ja ja ja ja bob
2004-10-22default pf rule too restrictive for IPv6 (need to allow NS/NA). deraadt okJun-ichiro itojun Hagino
2004-10-19Use inet6 pf rules only for inet6-capable setups, first spottedAlexander Yurchenko
by form@pdp-11.org.ru. ok todd@ henning@
2004-09-27kill double whitespace, PR3934, for rea this time and without unrelatedHenning Brauer
changes
2004-09-27ooopppssss, backout last, lots of unrelated changes creeped in, noticedHenning Brauer
by jmc
2004-09-27double whitespace, one from PR3934Henning Brauer
2004-09-18unconditionally add -s to ntpd_flags in rc and suggest "" for normalHenning Brauer
use in the comment in rc.conf again, idea & ok theo
2004-09-17Set up alternate keyboard encoding earlier in rc.Ryan Thomas McBride
ok miod@ henning@ deraadt@
2004-08-21no need anymore to require isamkpd.policy for isakmpd startupHans-Joerg Hoexer
ok ho@ henning@
2004-08-07permit icmp6-type routersol out, and icmp6-type routeradv in, at boot timeTheo de Raadt
2004-07-06eh, actually add the startup code for ntpdHenning Brauer
2004-06-04hotplugd startup.Alexander Yurchenko
ok deraadt@
2004-05-16dhclient doesn't write a pid file any more; do remove the code thatHenning Brauer
deals with it at startup; noticed by wilfried, millert ok
2004-05-16Bring down carp interfaces gracefully even if powerdown=YES in rc.shutdown.Ryan Thomas McBride
ok krw@ deraadt@
2004-04-28spacingTheo de Raadt
2004-04-27generate a isakmpd (host) key; ok henning, deraadt, cedricMarkus Friedl
2004-04-26double check that the carp* interfaces exist before knocking them down,Theo de Raadt
mcbride and i think this diff looks good but do not feel like doing the 250 meter walk to go test it
2004-03-30Allow spamd_flags banner to contain spaces. Resolves PR 3720.Otto Moerbeek
ok beck@ millert@
2004-03-22Fix CARP shutdown. ok deraadtCedric Berger
2004-03-22Pass pfsync and carp traffic in the boot-time pf configuration.Ryan Thomas McBride
Bring carp interfaces down at shutdown, to make a graceful exit if we're master. ok deraadt@
2004-03-05add the goo for bgpd, theo okHenning Brauer
2004-03-03move spamd to a better place; ok henning beckTheo de Raadt
2004-03-02A better place for sshd; pointed out by millertTheo de Raadt
2004-03-02start sshd earlier, ok from variousTheo de Raadt
2004-02-26add support for spamd greylisting with spamd -g and spamlogd to rc/rc.confBob Beck
2004-02-25remove -w option to sysctl;Jason McIntyre
diffs from Paul de Weerd; ok deraadt@
2004-02-11simplify afs startup so all you have to do is say "YES" to get basicBob Beck
AFS functionality (enough to to pkg_add's)
2004-01-23permit rpc.yppasswdd run to be blocked, and block by default; ok henning teduTheo de Raadt
2003-12-29Move vi.recover invocation until after after ldconf is run. FixesTodd C. Miller
a problem when postfix w/ sasl & tls is used instead of sendmail and perl is dynamically linked anyway. Closes PR 3605. OK deraadt@ and drahn@
2003-12-05spacingTheo de Raadt
2003-11-18sensorsd startup via rc/rc.confHenning Brauer
ok millert@
2003-07-29"pass on lo0" in the intermediate pf ruleset loaded during boot.Henning Brauer
solves PR3376 by matthew.gream@pobox.com, fix slightly different ok mcbride@ deraadt@
2003-05-14No more gated. ok krw@, deraadt@, commments from David Krause, jakob@.Ian Darwin
2003-04-08fix another non-POSIX chown; Chuck YerkesTodd C. Miller
2003-03-23Fix operational typo. Bug reported by William YodlowskyMarco S Hyman
bsd at openbsd dot rutgers dot edu. OK millert@, others.
2003-03-21grammar; ok miod@Todd T. Fries