aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d
Commit message (Expand)AuthorAgeFilesLines
* Use "KEYWORD: shutdown" so shutdown commands will actually be executed.Peter Edwards2004-12-201-0/+1
* When stopping a chrooted named, unmount the devfs filesystem fromPeter Edwards2004-12-201-0/+8
* If /etc/named is a symlink, try to make sure it points the right place.Poul-Henning Kamp2004-12-181-0/+4
* Use rc.subrBrian Somers2004-12-152-20/+20
* Improve the RC framework for the clean booting/shutdown of Jails:Ralf S. Engelschall2004-12-141-3/+25
* Use utils from /rescue vs. /stand. Also use pax rather than cpio & gzip.David E. O'Brien2004-12-121-1/+1
* Fix a typo in an error message.Maxime Henrion2004-11-241-1/+1
* Implement per-jail fstab(5) files. Here's a rc.conf sample usingMaxime Henrion2004-11-231-0/+19
* Convince mergemaster to maintain/merge ramdisk scripts too.Wes Peters2004-11-161-1/+1
* Shutup debugging output.Wes Peters2004-11-161-1/+0
* Unify the ci/co variables now that the the tty drivers now use the sameDavid E. O'Brien2004-11-141-40/+35
* Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-141-23/+23
* Add two new rc.conf options: tmpmfs_flags and varmfs_flags.Giorgos Keramidas2004-11-092-4/+4
* Stop method for swap1 script was introduced, because gmirror needed it.Pawel Jakub Dawidek2004-11-051-1/+1
* - Make the header conform to standard rc.d style.Mike Makonnen2004-11-051-2/+2
* remove vinum startup script.Poul-Henning Kamp2004-11-042-18/+1
* Sort files properly.Pawel Jakub Dawidek2004-11-021-2/+2
* Do a better job of supporting more than one mouse deviceMike Makonnen2004-11-011-4/+39
* Allow to change interfaces name on boot time.Pawel Jakub Dawidek2004-10-301-0/+3
* - Add 'check' command for checking rules syntax.Pawel Jakub Dawidek2004-10-251-11/+14
* - use `realpath /dev/dumpdev` instead of just /dev/dumpdev so messagesDag-Erling Smørgrav2004-10-241-3/+8
* Move devfs earlier in the boot sequence. Some system daemons and otherMike Makonnen2004-10-231-2/+2
* Automatically load the ipdivert module if it was not compiled into the kernelAndre Oppermann2004-10-221-0/+13
* When dumpdev is set to 'auto', and a suitable swap device is found,Thomas Quinot2004-10-182-3/+11
* Remove unused computation of memory size.Thomas Quinot2004-10-181-1/+0
* Remove requirement on FreeBSD keyword.Tom Rhodes2004-10-141-1/+1
* Remove the requirement for the FreeBSD keyword as it no longerMike Makonnen2004-10-07129-129/+89
* - Be more userfriendly and allow to specify gbde device name in those forms:Pawel Jakub Dawidek2004-10-071-10/+13
* Only try to attach if parent device actually exists.Pawel Jakub Dawidek2004-10-071-1/+1
* Lock file for gbde devices is optional.Pawel Jakub Dawidek2004-10-061-2/+6
* Hide all the devices in the chroot dev except for random and null.Doug Barton2004-09-301-0/+3
* Give users the ability to load a mac_bsdextended(4) ruleset on boot (defaultsTom Rhodes2004-09-292-1/+53
* Create a named chroot directory structure in /var/named, and use itDoug Barton2004-09-281-10/+30
* It's not necessary to create an rndc.key file if the user alreadyDoug Barton2004-09-261-1/+2
* Fix two glitches that appear in the non-chroot case. First, if notDoug Barton2004-09-241-1/+3
* Fix a comment typo: s/neccessary/necessary/Giorgos Keramidas2004-09-241-1/+1
* Update to reflect BIND 9 in the base:Doug Barton2004-09-241-16/+17
* If $dumpdev is set to AUTO, use the first suitable swap partition listedDag-Erling Smørgrav2004-09-201-0/+10
* Teach swap1 script how to remove added swap devices on system shutdown.Pawel Jakub Dawidek2004-09-171-21/+1
* We don't have any providers of `beforenetlkm' in FreeBSD. Remove theGiorgos Keramidas2004-09-163-3/+3
* Fix requirement of `network' to `NETWORK' because the former isn'tGiorgos Keramidas2004-09-161-1/+1
* Bring back etc/rc.d/ntpdate as requested by scads of people. This isn't aSean Chittenden2004-09-153-2/+36
* Stop using ntpdate(1) in our startup procedure. Replace ntpdate(1) withSean Chittenden2004-09-141-33/+0
* Stop using ntpdate(1) in our startup proceedure. Replace ntpdate(1) withSean Chittenden2004-09-143-2/+7
* A power failure left the temporary /var/.diskless directoryRuslan Ermilov2004-09-132-2/+2
* Restore NetBSD SCM ID.David E. O'Brien2004-09-091-1/+1
* Don't rely on properly setup linker.hints to figure out that pflog is nowMax Laier2004-08-311-2/+2
* Protect the command flags set in the rc.conf files in case they'reKen Smith2004-08-291-1/+1
* Always quote variables in tests, to ensure correct evaluation even whenDag-Erling Smørgrav2004-08-191-7/+7
* Skip entries for GBDE swap devices if they are commented out in /etc/fstab.Thomas Quinot2004-08-182-12/+20