aboutsummaryrefslogtreecommitdiff
path: root/etc/rc
Commit message (Expand)AuthorAgeFilesLines
* Correct various mentions of rc.confJordan K. Hubbard1999-02-131-21/+10
* Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.confJordan K. Hubbard1999-02-101-2/+4
* Revamp rc.diskless. Split into rc.diskless1 and rc.diskless2. provideMatthew Dillon1999-02-091-25/+26
* Get rid of $conf_dirMatthew Dillon1999-02-091-3/+3
* Change variable name vinum_slices to vinum_drives to match the variableGreg Lehey1999-01-311-3/+3
* If vfs.nfs.diskless_valid does not exist, the conditional failsMatthew Dillon1999-01-291-2/+3
* Move reading of rc.conf sooner as requested by Greg. I'm a tad nervousPeter Wemm1999-01-261-9/+8
* The vinum setup tool automatically loads the vinum module if it's needed,Peter Wemm1999-01-261-7/+2
* Finish up /etc/rc adjustments to handle diskless read-only-root booting.Matthew Dillon1999-01-251-21/+42
* Introduce rc script for BOOTP 'diskless' boot. Well, not quite disklessMatthew Dillon1999-01-251-1/+12
* nuke dset from here.Jordan K. Hubbard1999-01-201-4/+3
* Only start vinum if vinum_slices variable is non-emptyGreg Lehey1999-01-181-2/+2
* Add hooks for starting vinum at boot time. Set the variableGreg Lehey1999-01-171-1/+10
* Move nologin from /etc to /var/run. This means one less file that hasSatoshi Asami1999-01-111-3/+1
* Added starting of usbdNick Hibma1999-01-101-1/+5
* We load kld's in preference to LKM's, these do not need the root fs to bePeter Wemm1999-01-061-3/+2
* Reviewed by: cvs-currentMatthew Dillon1998-12-121-3/+31
* Should be sysctl -n. Yesterday wasn't one of my better days. Doh.John Birrell1998-12-111-2/+2
* Add a test for hw.machine == i386 before trying to run ldconfig forJohn Birrell1998-12-101-12/+15
* Hand me the pointy hat, and make it big.Dag-Erling Smørgrav1998-10-091-2/+2
* Remove all references to tickadj(8) from rc, rc.conf and rc.conf.5.Dag-Erling Smørgrav1998-10-081-6/+2
* Put guard shells around stuff started from $local_startup. If you typeMartin Cracauer1998-09-301-2/+3
* Spaces -> tabs, don't use touch before it's availableBrian Somers1998-09-161-19/+19
* Fix up the boot-time ldconfig handling to deal with dual objectJohn Polstra1998-09-161-2/+16
* Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfsSøren Schmidt1998-09-141-1/+4
* Disable kernel_secure_level unless explicitly set in rc.conf. Previously,James Raynard1998-09-091-2/+2
* Remove X11 lock files at boot time even if $clear_tmp_enable is not set.Martin Cracauer1998-09-071-4/+5
* Explicitly pass the "-aout" option to ldconfig, until I've had aJohn Polstra1998-09-051-3/+3
* Don't try to run ldconfig if it doesn't exist. Useful for elf platforms.Gary Palmer1998-08-241-9/+11
* Fix my blunder in my previous commit here.Poul-Henning Kamp1998-08-201-3/+3
* Add "Mounting NFS file systems" progress indicatorPoul-Henning Kamp1998-08-141-1/+3
* Don't blat /var/run and /var/spool/lock *after* network_pass1()Brian Somers1998-08-101-8/+23
* make a bounds file for msgs(1) if there isn't one alreadyJacques Vidrine1998-07-281-1/+6
* Add rc.conf option to set kernel security level and modify "/etc/rc" toJoseph Koshy1998-06-221-1/+9
* Cut through the discussions and settle the issue: Everything in /var/runPoul-Henning Kamp1998-06-021-2/+2
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+2
* Start syslogd before savecore, so savecore's messages will be loggedJoerg Wunsch1998-01-081-10/+10
* Add a ldconfig_paths variable that specifies the shared library pathsSteve Price1997-12-271-4/+6
* Back out last commit re dmesg.bootDaniel O'Callaghan1997-12-091-5/+1
* Make rc record boottime dmesg to /var/log/dmesg.boot, so the dataDaniel O'Callaghan1997-12-091-1/+5
* Resurrect a modified version of the /tmp clearing code from rev 1.119.Steve Price1997-11-161-1/+22
* Unspam rev 1.114 that got spammed when someone commited the rc.confJoerg Wunsch1997-09-211-6/+3
* Change the not-specified-default for inetd & cronBrian Somers1997-09-131-3/+3
* Don't redirect "mount -t -o nfs" to nullBrian Somers1997-09-131-2/+2
* Ooops. Wrong branch, back out previous commit.Joerg Wunsch1997-08-171-1/+0
* MFC: rev 1.125, remove old PID files at startupJoerg Wunsch1997-08-171-1/+2
* Back out ld.so.conf change until the question is resolved.Jordan K. Hubbard1997-07-131-13/+7
* Use /etc/ld.so.conf as a library path override, if it exists.Jordan K. Hubbard1997-07-111-7/+13
* Execute rc.local in a subshell instead of sourcing it.Paul Traina1997-06-251-2/+2
* sh /etc/rc.local -> . /etc/rc.localDima Ruban1997-06-251-2/+2