summaryrefslogtreecommitdiff
path: root/etc/rc.conf
AgeCommit message (Collapse)Author
2002-01-08Permit flags to be set for savecore, e.g. to compress core dumpsThorsten Lockert
ok millert@ fgsch@
2001-11-19zap trailing spaces and tabsTheo de Raadt
2001-10-12clarify smtpfwdd_flags; from dfa@solo.ee. ok deraadtJakob Schlyter
2001-09-11Scaffolding to support sendmail 8.12. Note that the new smmsp user/groupTodd C. Miller
are *required*.
2001-08-22pflogd_flags; mbing@nfr.netTheo de Raadt
2001-08-17altqd startup stuffTheo de Raadt
2001-07-05pf off by default; how did this happening, as is noone testing????Theo de Raadt
2001-07-01Initialization infrastruture for pf. Based on initial patchesKjell Wooding
by ian@, and much input and mangling from theo.
2001-06-27I suckHans Insulander
2001-06-27KerberosV support.Hans Insulander
Kerberos related cleanup.
2001-06-12Use lpd_flags instead of lpd, thus allowing to pass parameters to lpd;Federico G. Schwindt
patch from Yozo TODA <yozo@imit.chiba-u.ac.jp>, deraadt@ ok.
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-23USB mice apply here, too.Aaron Campbell
2001-05-23fix wsmoused commentMarco S Hyman
2001-05-02wsmoused support; missed 2.9 -- bad aaron; heko@saitti.netTheo de Raadt
2001-04-19permit passing sshd flags; djmTheo de Raadt
2001-03-25Typos: neccesary -> necessary, desireable -> desirableKenneth R Westerback
2000-12-30Back-out use of apachectl to start httpd:Angelos D. Keromytis
1) It's one more dependency in /etc/rc 2) It's one more script that starts from /etc/rc (slowdown) 3) We're only going to be starting httpd in /etc/rc anyway (no other weird operations), so there's no reason to force a change in rc.conf 4) apachectl(8) doesn't mention "startssl" directive 5) Admins can use apachectl to manage httpd regardless of how the latter was started Thanks to fgs@ for yelling about this :-)
2000-12-30Use apachectl to start httpd, rather than directly call httpd inAngelos D. Keromytis
/etc/rc (PR 1476)
2000-10-16Give examples of moused_flags usage for ps/2 and serial mice.Aaron Campbell
2000-09-01Initialization script stuff for moused.Aaron Campbell
2000-07-11- Move ntpd out of rc.securelevelmatt
- Add ntpdate and rdate rc knobs Approved-And-Assisted-By: millert
2000-07-06remove ip6defaultif, this is just for IPv6 specification pedantsJun-ichiro itojun Hagino
2000-06-18rc.conf now parses ${local_rcconf} internally; closes pr 1259Todd T. Fries
2000-05-30add a note where to go to for nfs client configuration; after popular demandMichael Shalayeff
2000-05-19nfsiod/nfs_client, bye byeMichael Shalayeff
add commented out entry into sysctl.conf for vfs.nfs.iothreads
2000-04-30fix PR #1169; itojun@ OKEric Jackson
2000-04-21rc.conf.local support, inspired by chuck yerkesTheo de Raadt
2000-02-28add ip6defaultif, which configures default outgoing interfaceJun-ichiro itojun Hagino
when no neighboring router is found (rare case). this is to conform strictly to the ND spec. it is safe to leave it empty.
2000-02-19description error; discovered in a bar in sweden..Theo de Raadt
2000-01-02add following IPv6 configs: rtadvd_flags route6d_flags rtsold_flagsJun-ichiro itojun Hagino
1999-11-11Allow identd to be used w/o inetd.Federico G. Schwindt
1999-10-17Fix misleading comment.Todd C. Miller
1999-09-13shorten linesTheo de Raadt
1999-09-12Change defaults to start sendmail using '-q30m'. This will not makeJakob Schlyter
sendmail listen to requests on port 25, just process the queue every 30 minutes to take care of any unsent mail. OK millert@.
1999-07-08cleanTheo de Raadt
1999-05-24Add shlib_dirs variable so users can add to the directories cachedTodd C. Miller
in /var/run/ld.so.hints
1999-03-29New multicast route setup styleNiklas Hallqvist
1998-12-21isakmpd startup stuffTheo de Raadt
1998-11-11Add option for running ftpd out of rc.Jason Downs
1998-10-12startup code for AFSArtur Grabowski
1998-09-18add toggle for ntpdTheo de Raadt
1998-09-17Added daemon mode flags "-D" to default configuration. This new version doesn'tpattonme
automatically release the terminal.
1998-09-10better way of handling dhcp client; Jason Ish <jbi130@mail.usask.ca>Marco S Hyman
1998-09-08dhcp client stuff. "Angelos D. Keromytis" <angelos@dsl.cis.upenn.edu>Marco S Hyman
1998-08-25put back recent change (apmd flags) that was accidently removedMarco S Hyman
1998-08-19dhcpd: start from rc, controlled by rc.conf; sample config filesOleg Safiullin
1998-08-18allow flags to be passed to apmd at millert's requestMarco S Hyman
1998-08-18start apmd in rc, controlled by rc.confMarco S Hyman
1998-06-15rc.conf control sshdTheo de Raadt