summaryrefslogtreecommitdiff
path: root/etc/rc
AgeCommit message (Collapse)Author
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
2003-03-20enclose X${lpd_flags} in quotation marks, as it could carry more thanNikolay Sturm
one argument. OK miod@, millert@, henning@, markus@, fries@, tdeval@
2003-03-10commented hourly spamd-setup runTheo de Raadt
2003-03-04only generate shared secret for rndc if named will be started.Jakob Schlyter
tested by grange@, ok millert@
2003-03-04remove support for named_chroot and named_user; always run named as userJakob Schlyter
named and chrooted to /var/named. ok deraadt@
2003-03-04make sure both /etc/rndc.key and /var/named/etc/rndc.key exist, and areDan Harnett
the same. ok jakob@, deraadt@
2003-02-14Fix NFS diskless boot when PF is used.Cedric Berger
From dhartmei@ e-mail, ok henning@
2003-01-20generated shared secret for rndc/bind9; ok millert@Jakob Schlyter
2003-01-20Add a /var/empty/dev/log socket for things that chroot to /var/empty.Todd C. Miller
2003-01-15Allow outbound ping in initial pf rules.Camiel Dobbelaar
dhclient needs this to validate old (but valid) leases in /var/db/dhclient.leases in case it needs to fall back to such a lease. (the dhcp server can be down or not responding) Reported by Chris Jepeway. "makes sense" henning dhartmei
2003-01-06Handle wsconsctl.conf entries that contain spaces, e.g.Marco S Hyman
keyboard.map+="keysym Caps_Lock = Control_L" OK fgs@
2003-01-03Remove screenblank section; reported by Andrey Matveev.Miod Vallat
2002-12-27spamd startup stuffTheo de Raadt
2002-12-24Simpler default block.Ryan Thomas McBride
ok deraadt@
2002-12-13kill whitespace at EOL; David KrauseHenning Brauer
2002-11-23no more altqd useTheo de Raadt
2002-11-14Allow host to do dns lookups in the initial ruleset. This way, pfctlCamiel Dobbelaar
can properly boot rulesets with dns addresses in it.
2002-10-14use stripcom(), not awk. Spotted by form@.Mike Pechkin
millert@ ok
2002-10-06Remove more remnants of smtpfwdd. ok deraadt@.Kenneth R Westerback
2002-09-12We no longer need to install copies of /dev/null and /etc/localtimeTodd C. Miller
in named's chroot jail. These things are now dealt with before named chroots.
2002-09-06more photuris bits by bye byeTheo de Raadt
2002-08-20Prevent possible races by moving .X11 fixups to before the systemHugh Graham
goes multiuser. In consultation with dynamo; cleared by millert.
2002-07-27Create directories for X11 unix socket at boot time. This removes theMatthieu Herrb
need for root privileges for processes that create the sockets later. ok deraadt@
2002-07-27echo before running sshd; mcbride@countersiege.comTheo de Raadt