summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* We don't really need a lockfile, and most likely can't create one atdes2004-02-042-10/+4
| | | | this point.
* PowerPC ttys file.grehan2004-02-041-0/+313
|
* o Unbreak the individual jail starting patch that I broke whenmtm2004-02-031-28/+32
| | | | | | | | | I committed it. Apologies to Juergen Unger <j.unger@addict.de>. o When stopping jails output the hostname of the jails that were stopped. o Refactor o Remove extraneous empty line o Correct spelling error
* Add support for initializing swap devices with random one-shot keys. Notedes2004-02-034-1/+111
| | | | | | | that the keys are currently generated by computing the MD5 checksum of 512 bytes read from /dev/random, and are passed to gbde on the command line. Sponsored by: Teleplan AS
* Missed one in previous commit.des2004-02-031-1/+2
|
* Style fixes.des2004-02-031-5/+13
|
* Configure a jail sysctl value only if it is different thanmtm2004-02-031-26/+33
| | | | | what the rc.conf(5) knob specifies. Also, correct a minor capitalization error.
* Notify the user (at kern.emerg) that the system will be shutting down ifnjl2004-02-031-1/+11
| | | | | | it is still above the critical temperature on the next poll cycle. This is a 10 second advance notice by default. Document the private (non-standard) notify we will be using with devd(8).
* Teach /etc/rc.d/dumpon script how to stop.pjd2004-02-021-1/+12
| | | | | Reviewed by: gordon Approved by: gordon, scottl (mentor)
* Ruleset numbers are not allowed in devfs_* knobs.mtm2004-02-021-1/+1
| | | | Noticed by someone on -current.
* Support starting/stoping of jails individually.mtm2004-02-022-14/+25
| | | | | | | | This commit also removes the support for the sysutils/jailer port. This is inline with the general policy to keep ports related knobs out of the base system's configuration mechanism. Submitted by: Juergen Unger <j.unger@addict.de>
* Latest version of this file from InterNIC. This version updates the IPdougb2004-01-291-7/+8
| | | | address of b.root-servers.net, and various comments.
* Add kk_KZ.PT154ache2004-01-292-0/+6
|
* Remove only X[0-9]-lock.njl2004-01-271-1/+1
|
* - Existing code would ignore pccard_ether_delay when more then 9 secondsambrisko2004-01-251-3/+4
| | | | | | | | | | | | | - If there was an exiting dhclient running on the same interface as the new iface that left and returned then dhclient would be told to use the same interface twice. Dhclient would fail and exit after getting confused. Use "sort -u" on them to ensure no duplicates. This is a mostly a race condition on suspend and resume and how things happen to occur. - Check for netmask being set on an interface rather then up. An interface can be up but not configured. Reviewed by: mbr
* Move the test used to determine whether IPFilter is loaded or notmux2004-01-241-2/+11
| | | | into its own function to avoid a small duplication of code.
* If we're going to "add path 'fd/*' unhide", it only makescperciva2004-01-221-0/+1
| | | | | | | sense to "add path fd unhide" first. Requested by: mtm Approved by: rwatson (mentor)
* Catch up with etc/Makefile,v 1.324 -- split "install" and "distribution"ru2004-01-221-18/+13
| | | | | | | | | targets, have "distribution" always install original (as from the release media) files, whether SENDMAIL_MC is set or not. Do error handling the make(1) way. Reviewed by: gshapiro Approved by: gshapiro
* Since id(1) is in /usr, it may not be available until after filesystemmtm2004-01-221-1/+3
| | | | | | mounting. Reminded by: bde
* - Run makewhatis(1) in etc/Makefile at the end of "install".ru2004-01-221-3/+6
| | | | - Removed redundant and undocumented NO_MAKEDB_RUN knob.
* After setting a ruleset on a new devfs mount, apply it.cperciva2004-01-211-0/+1
| | | | | Approved by: phk, rwatson (mentor) PR: bin/61047
* Create section 4 and 8 man subdirectories for all Tier 1 architectures.ru2004-01-211-0/+24
|
* Removed unused {man,cat}9/i386.ru2004-01-211-6/+0
|
* Make sure pid file creation doesn't complain if it can't create the file.njl2004-01-211-1/+1
| | | | | This removes a warning message when suspending is called by a non-root user.
* Add /var/db/ports/ (support directory necessary foreivind2004-01-201-0/+2
| | | | ports that use the new OPTIONS infrastructure)
* Use the standard <bsd.files.mk> API to install files.ru2004-01-191-12/+9
|
* Remove an extraneous semicolon (;;).mtm2004-01-171-1/+0
|
* Use the checkyesno routine instead of a case statement tomtm2004-01-171-5/+3
| | | | check an rc.conf(5) variable. This is in line with rc.d style.
* Remove checks for the FreeBSD OS.mtm2004-01-174-47/+27
|
* Make conform to general rc.d style.mtm2004-01-172-5/+4
|
* o Rename the start command to conform to rc.d style.mtm2004-01-171-4/+4
| | | | | o Move the additional commands list to the end of the variable initialization to conform to rc.d style
* Simplify setting of securelevel.mtm2004-01-171-12/+9
|
* Remove variables whose sole purpose was to make easier tomtm2004-01-174-29/+13
| | | | work with the NetBSD specific stuff.
* Luke Mewburn has indicated that they (NetBSD) are not interestedmtm2004-01-1725-513/+206
| | | | | | | | | in keeping the scripts under rc.d in sync with us. So, remove NetBSD specific stuff (which made our scripts more complicated than necessary). The NetBSD ident string will be left intact, both for history and also incase we wish to pull in future versions.
* Luke Mewburn has indicated that they (NetBSD) are not interestedmtm2004-01-1714-341/+132
| | | | | | | | | in keeping the scripts under rc.d in sync with us. So, remove NetBSD specific stuff (which made our scripts more complicated than necessary). The NetBSD ident string will be left intact, both for history and also incase we wish to pull in future versions.
* Luke Mewburn has indicated that they (NetBSD) are not interestedmtm2004-01-1756-56/+56
| | | | | | in keeping the scripts under rc.d in sync with us. So, begin removal of NetBSD specific stuff (which made our scripts more complicated than necessary), starting with the NetBSD KEYWORD.
* Get moduli from the OpenSSH sources instead of keeping a local copy.des2004-01-072-159/+1
|
* Don't run newaliases if sendmail_enable=NONE.brooks2004-01-054-4/+28
| | | | | Submitted by: Matt Peterson <matt at peterson dot org> Approved by: silence on freebsd-rc
* Use hoststat/purgestat instead of sendmail -bh/-bH so the calls cangshapiro2004-01-021-3/+3
| | | | | | | | be properly mailwrapper'ed. PR: conf/60676 Submitted by: Colin Percival <cperciva@daemonology.net>, maxim MFC after: 4 days
* Use separate events for resume from standby and suspend in the apm(4)njl2003-12-301-2/+6
| | | | | | case so that if devices need different initialization, we can key off this in the rc scripts (currently unused). Also update the man page which is a 100% duplicate of the rc scripts.
* Fix a usage message.njl2003-12-301-1/+1
|
* Add support for /etc/rc.suspend and /etc/rc.resume for ACPI. They arenjl2003-12-303-7/+31
| | | | | called directly from acpiconf(8). Change both scripts to take a subsystem (apm|acpi) and sleep level (suspend,standby|1-5) argument.
* Added support for intelligent handling of DST transitions in cron.babkin2003-12-252-0/+5
| | | | reviewed by: imp
* Enable IPv6 by default but make it optional so it doesn't affectgshapiro2003-12-241-3/+3
| | | | | | | | sites without IPv6. Submitted by: ume Obtained from: NetBSD MFC after: 1 week
* Add be_BY.*ache2003-12-202-0/+18
| | | | Submitted by: Yury Tarasievich <grog@grsu.by>
* Add zh_HK.Big5HKSCSache2003-12-192-0/+6
|
* Add power_profile, a script that changes the ACPI CPU Cx idle state and/ornjl2003-12-184-1/+98
| | | | | | | | | | | | | the throttling state in response to line transitions. Future plans include adding support for CPU frequency changes. Add a devd.conf entry for calling this script. The default values for this are: performance_cx_lowest="HIGH" # Use HLT (C0) online performance_throttle_state="HIGH" # 100% (no throttling) economy_cx_lowest="LOW" # Use the lowest Cx state possible economy_throttle_state="HIGH" # 100% (no throttling)
* Backout ataraid rcng script. I must have missed ar0 in my scan of /devseanc2003-12-144-127/+2
| | | | | | | after my first reboot because sure enough, I'm seeing it there now and ata(4) is doing the right thing(TM). Pointed out by: des
* Add a script that allows software RAID sets to be created before fileseanc2003-12-144-2/+127
| | | | | | | | | | | | | | | | systems are mounted. An example set of entries for /etc/rc.conf: ataraid_enable="YES" ataraid_devices="ar0" ataraid_ar0_set="ad2 ad3" ataraid_ar0_type="RAID1" Because there is no "correct" way of doing ATA raid (ie, geom vs. atacontrol vs. vinum) that is bikeshed proof, this rcng script stays within the bounds of atacontrol and assumes that other RAID solutions for GEOM or vinum will end up in a different rcNG script. Reviewed by: green
* Fix typo, I forgot daily_ in front of the status_ata_raid_enablejesper2003-12-121-1/+1
|
OpenPOWER on IntegriCloud