aboutsummaryrefslogtreecommitdiff
path: root/etc/rc
Commit message (Expand)AuthorAgeFilesLines
* The early-late divider was originally set to mountcritlocal. Since thatDag-Erling Smørgrav2014-12-011-5/+2
* The rc system aggressively caches the contents of /etc/rc.conf in order toColin Percival2013-12-031-0/+5
* Add support for "first boot" rc.d scripts. [1]Colin Percival2013-10-191-2/+22
* Refine the "nojail" rc keyword, adding "nojailvnet" for files that don'tJamie Gritton2013-05-191-0/+3
* Hide stty(1) errors.Ed Schouten2012-03-141-1/+1
* Rather than trusting that nothing is going to sneak in before theDoug Barton2011-04-291-7/+4
* Remove pointless informational message.Mike Makonnen2008-06-231-1/+0
* Re-implement: do not silently fail when a command is not carriedMike Makonnen2008-01-261-1/+1
* Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocalDag-Erling Smørgrav2007-04-021-1/+1
* Attempt to make running the new rc in a jail more automatic byDoug Barton2006-02-201-1/+6
* Remove rcconf.sh from /etc/rc.d, and instead load the configurationDoug Barton2005-12-101-9/+11
* Introduce startup scripts from the local_startup directories toDoug Barton2005-12-021-1/+33
* To allow /etc to be as minimal as possible in a diskless setup, we needBrooks Davis2005-04-291-0/+5
* Remove an unused variable.Mike Makonnen2004-10-081-1/+0
* Remove the requirement for the FreeBSD keyword as it no longerMike Makonnen2004-10-071-1/+1
* Correct typo.Mike Makonnen2004-07-241-1/+1
* Restore pre-rcNG behaviour:Mike Makonnen2004-06-061-2/+2
* Fix skipping scripts with given keywords.Pawel Jakub Dawidek2004-03-081-3/+3
* o Add support for detecting a jailed environment. If a scriptMike Makonnen2004-02-271-2/+4
* Per previous announcement, remove the old version of the rc system.Doug Barton2003-05-021-960/+15
* Add a dire warning about the impending demise of the old rc system.Doug Barton2003-04-271-0/+9
* Set appropriate tag "fsck" to logger(1) for background fsck messages.Makoto Matsushita2003-04-231-1/+1
* Redo the initial rc_ng check to avoid rc.conf pollution occuring too early,Matthew Dillon2002-12-231-14/+34
* Do not unconditionally load the configuration files for the RCNG case.Matthew Dillon2002-12-221-11/+3
* Delay an optional amount of time after booting before starting aKirk McKusick2002-12-181-2/+8
* Update rc scripts to load mac_lomac instead of lomac.Robert Watson2002-11-261-1/+1
* Aesthetics: Most (all?) other messages output at boot time haveDima Dorfman2002-10-121-1/+1
* Fix all whitespace style bugs where spaces have been usedJens Schweikhardt2002-10-031-15/+15
* In a diskless setup, rc.d/initdiskless may overwrite parts of /etc onDima Dorfman2002-10-021-0/+7
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-12/+8
* Quiet warnings about non-existent scripts. My own fault for not testing myGordon Tetlow2002-09-111-1/+1
* Remove an accidental double chkdepend that snuck in during the last commit.Gordon Tetlow2002-08-151-1/+0
* Don't export variables from /etc/rc when doing rc_ng because the scriptsGordon Tetlow2002-08-141-2/+0
* Clean up some variables that should have been done before:Gordon Tetlow2002-08-141-4/+16
* Add the final bits that allow the use of rc.d. Note that you can toggleGordon Tetlow2002-06-131-2/+53
* Consistancy, file system > filesystemTom Rhodes2002-05-161-5/+5
* It is dangerous to use globbing like so in startup scripts:Jacques Vidrine2002-05-081-1/+3
* Rename the file used to specify the nextboot to make it clear that thisWes Peters2002-04-261-1/+1
* Add a -k option to reboot to specify the kernel to boot next timeWes Peters2002-04-261-0/+4
* Do not use 'ps -e' for entropy gathering. It uses /proc/*/mem to rummageDavid E. O'Brien2002-04-231-1/+1
* Quoting Peter Wemm, "At great personal risk, touch the sendmail startupGregory Neil Shapiro2002-04-051-38/+4
* Provide a way for users to completely prevent sendmail from trying to startGregory Neil Shapiro2002-03-281-14/+26
* Don't start any sendmail process in the back ground.David E. O'Brien2002-03-261-3/+3
* Don't background the sendmail-clientmqueue process -- can give:David E. O'Brien2002-03-251-1/+1
* Sendmail can be slow to startup.David E. O'Brien2002-03-221-4/+4
* Make sure that rc.syctl gets its own version of positional parametersDoug Barton2002-03-181-2/+2
* Distinguish between first and last passes of rc.sysctl, and only setDoug Barton2002-03-171-3/+2
* Add a late rc.sysctl pass to catch sysctl's for things that wereDoug Barton2002-03-171-1/+8
* Only put standard FreeBSD directories in the PATH. If theCrist J. Clark2002-03-161-1/+1
* Allow LOMAC to be loaded as part of the boot scripts using "lomac_enable"Robert Watson2002-03-121-0/+7