aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d
Commit message (Expand)AuthorAgeFilesLines
* Swap order of ruleset load and enabling pf to work around a problem on altqMax Laier2004-06-231-3/+3
* Correct an error carried over from the nsswitch.conf(5) manual page; addDag-Erling Smørgrav2004-06-211-1/+1
* Allow setting the system console keyboard via the ${keyboard} rc.confBrian Feldman2004-06-181-0/+7
* Back out rev 1.3.David E. O'Brien2004-06-081-1/+1
* Don't assume everyone's /etc/[default/]rc.conf 'entropy_file' is "/entropy".David E. O'Brien2004-06-071-1/+1
* Removed whitespace at BOF, EOL & EOF.Jens Schweikhardt2004-06-061-1/+1
* Add ip6addrctl_enable and ip6_addrctl_verbose option. IfHajimu UMEMOTO2004-06-021-3/+43
* Install nsswitch.Dag-Erling Smørgrav2004-05-241-1/+1
* If nsswitch.conf does not exist, create it with the default settings.Dag-Erling Smørgrav2004-05-241-7/+30
* Move the task of updating nsswitch.conf / host.conf into a separateDag-Erling Smørgrav2004-05-242-64/+108
* Really remove the return statement this time. Thanks toMike Makonnen2004-05-201-1/+0
* The err routine requires two arguments: an exit value and a string.Mike Makonnen2004-05-202-4/+3
* Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,Nate Lawson2004-05-071-2/+2
* Protect som cross-script invocations by checks to see that the targetPoul-Henning Kamp2004-04-282-4/+10
* Initdiskless must run before ipfw, or people will not be able toPoul-Henning Kamp2004-04-281-0/+1
* Replace shell's positional parameters safely.Ruslan Ermilov2004-04-282-4/+3
* When using this in non-NFSroot circumstances, `mount -t nfs` mayPoul-Henning Kamp2004-04-271-1/+2
* Removes the check for the existence of the sysctl variableSimon L. B. Nielsen2004-04-261-9/+0
* apply patch so pr can be closedDarren Reed2004-04-202-2/+2
* sendmail_submit_enable and sendmail_outbound_enable checks were reverted.Max Khon2004-04-171-2/+2
* Actually install preseedrandom.Brooks Davis2004-04-171-1/+2
* Remove bogus checks on the value of ${entropy_file} and hardcode outBrooks Davis2004-04-151-11/+3
* Band-aid diskless booting by running a new preseedrandom script beforeBrooks Davis2004-04-152-0/+48
* Catch up with diskless split "diskless" is no longer provided.Brooks Davis2004-04-122-2/+2
* Take into account hardware-supplied entropy. If the entropy sourceMark Murray2004-04-091-34/+41
* Style fixes, as suggested by Jens Schweikhardt <schweikh@schweikhardt.net>Wes Peters2004-04-062-9/+6
* Split ramdisk processing in two so it can actually work. OwnershipsWes Peters2004-04-062-12/+60
* Add separate script for natd. This fixes race condition with "ipfw restart"Max Khon2004-04-053-28/+45
* Allow this script to be used for Postfix:Max Khon2004-04-051-3/+4
* Add rc.d script to start pflogd and add rcvars etc. Also document vars inMax Laier2004-04-023-2/+87
* - Use "/bin/hostname" explicitly instead of "hostname".Kirill Ponomarev2004-04-022-4/+4
* Extensive documentation changes to the script, but onlyLuigi Rizzo2004-03-311-49/+87
* Minor changes mostly as discussed on the lists a few days ago:Luigi Rizzo2004-03-311-6/+22
* Fix the case where $ntpdate_hosts was not specified and /etc/ntp.confDag-Erling Smørgrav2004-03-291-2/+2
* A few small cleanups:Doug Barton2004-03-271-14/+4
* Install the pf rc.d-script (missed Makefile update in original commit)Max Laier2004-03-241-1/+1
* Added 'nojail' keyword for rc.d/mixer script, while mixer(8) is notPawel Jakub Dawidek2004-03-241-1/+1
* Overhaul the /etc/rc.d/diskless script by splitting it out intoBrooks Davis2004-03-238-567/+101
* Add rc.d script for pf(4) (more to come once pflogd(8) works as well).Max Laier2004-03-231-0/+93
* Set start_cmd and stop_cmd correctly so the code that extracts the namesDag-Erling Smørgrav2004-03-221-4/+3
* Add a way for rc.d/devfs to set more than just the system devfs up.Brian Feldman2004-03-201-3/+16
* Echo and pass dumpdev as the device argument to savecore.Chad David2004-03-181-2/+2
* Add a mixer script that saves the current settings of all mixers presentJohn Baldwin2004-03-152-1/+113
* Add script for creating ramdisks at boot time, in time to be processedWes Peters2004-03-151-0/+82
* 1. Remove the named_rcng variable. Mike's caution in this area was a goodDoug Barton2004-03-141-19/+4
* If /conf/diskless_remount exists, use it to remount the entire /confBrooks Davis2004-03-121-2/+13
* Don't run fsck if there's no /etc/fstab.Tim Kientzle2004-03-111-0/+2
* Make this file more generally usable:Poul-Henning Kamp2004-03-091-19/+35
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.Pawel Jakub Dawidek2004-03-0883-83/+83
* Removed definition of NOPROG. It was just a style bug (a NetBSD macroBruce Evans2004-03-051-2/+0