summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change rc.d/syscons to not need /usr/sbin/ispcvt to exist. This shouldpeter2003-12-101-5/+7
| | | | make it work for all non-i386 syscons platforms.
* o Rename devfs_link() to make_symlink() and turn it into a genericmtm2003-12-092-18/+27
| | | | | | symlinking routine. o Modify rc.d/jail to create its own symlink relative to the jail's filesystem
* If fdescfs(5) is mounted in a jail unmount it before devfs(5).mtm2003-12-091-3/+5
| | | | Submitted by: "Scot W. Hetzel" <hetzelsw@westbend.net>
* If rc.d/mountcritlocal is unable to mount local filesystems,mtm2003-12-092-3/+2
| | | | | | | | | | then immediately terminate the shell (during boot this also terminates the parent rc(8) shell). This was the pre-rcNG behaviour. Also, remove an extraneous mount /. PR: conf/57659 Submitted by: yar (with modifications)
* Redirect rc(8) output to a file in the jail's /var/log directory.mtm2003-12-091-1/+1
| | | | | | Previously it was redirected to /dev/null. Submitted by: phk
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-081-0/+2
| | | | | | as these ioctl's aren't MD. This also means they are installed in /usr/include/dev/bktr now. Also provide compatability wrappers for where these headers lived in 4.x.
* When clearing /tmp, X11 lock and temporary files are special.mtm2003-12-011-13/+13
| | | | | | | Remove them unconditionaly. PR: bin/59065 Approved by: re (scottl)
* Scheduled sweep using the README guidelines.ru2003-11-295-30/+28
| | | | Approved by: re (rwatson)
* Add a means of starting an IKE daemon from the rc system at an appropriatebms2003-11-282-0/+21
| | | | | | | | | time during the boot process. This is needed in the case where NFS mounts from servers reachable only via IPSEC are in /etc/fstab. PR: conf/42497 Submitted by: Volker Stolz Approved by: re (rwatson)
* Install UDF header files to unbreak /sbin building when /sys is not present.scottl2003-11-221-0/+2
| | | | Submitted by: imura@ryu16.org
* Add "socket" type to the list of default object types, and byrwatson2003-11-151-0/+1
| | | | | | | | default attempt to list Biba, LOMAC, and MLS label information for the socket if they are present. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Use the new "default_labels" syntax in the default mac.conf file.rwatson2003-11-111-3/+3
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Create sub-directories under share for bsnmp tree definition and MIB files.harti2003-11-101-0/+6
|
* Create a subdirectory where bsnmp include files will be stuffed to.harti2003-11-101-0/+2
|
* If available, also print the lomac label by default for processes, files,rwatson2003-11-081-3/+3
| | | | | | | and interfaces. This avoids the need to manually add these when setting up LOMAC. Pointed out by: tjr
* Use space instead of tab.davidxu2003-11-082-3/+3
|
* Add /usr/share/security to directories to create in order to holdrwatson2003-11-081-0/+2
| | | | | | | LOMAC context information. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Use %e in the date(1) format string to eliminate the sed(1) command.ru2003-11-072-2/+2
|
* Add a sub-directory for the signalling layer headers of NgATM.harti2003-11-071-0/+2
|
* Enable GB2312 locale.davidxu2003-11-052-0/+6
|
* Change a bogus -n parameter to echo(1).mux2003-11-031-1/+1
|
* Add a sub-directory for the NgATM message encoding/decodingharti2003-11-031-0/+2
| | | | header files.
* Use a better way to take NO_LPR into account, and correctly check themarkm2003-11-021-6/+4
| | | | | | NOCRYPT macro when looking at crypto. Reminded by: ru
* DNS should not necessarily be named(8), tweak the comment a bit.ru2003-11-022-2/+2
|
* install address selection policy into kernel when there isume2003-10-302-1/+34
| | | | | | | | | | | | /etc/ip6addrctl.conf. following sample of ip6addrctl.conf is a good default: #Prefix Precedence Label ::1/128 50 0 ::/0 40 1 2002::/16 30 2 ::/96 20 3 ::ffff:0:0/96 10 4
* Add status checking of ATA raid to the daily periodic scripts.jesper2003-10-273-0/+37
|
* Create missing /usr/share/examples/netgraph/bluetooth directoryemax2003-10-271-0/+2
|
* Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.emax2003-10-263-0/+13
| | | | | Reviewed by: imp, simon Approved by: imp (mentor)
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-251-0/+26
| | | | | userland whenever events occur. See the example in devd.conf below to see how to use it.
* Add dumb console driver and related bits.simokawa2003-10-245-0/+10
| | | | | | | | dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64.
* Add a sub-directory to netnatm for the SAAL headers.harti2003-10-221-0/+2
|
* Modernize examples/usage. Kill 1200/300 baud modem entries andimp2003-10-211-31/+37
| | | | | | instead use 14.4kbps and faster modems as examples. Separate line speed and baud rate and be careful when talking of one verses the other.
* Before trying to restart/stop the MTA or MSP queue runner, make suregshapiro2003-10-191-0/+83
| | | | | | | | | we are configured to use an MTA or MSP queue runner. Otherwise the script used to complain about the missing PID file. PR: conf/57075 Submitted by: Jonathan Chen <jonc@chen.org.nz> MFC after: 2 weeks
* Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc givengshapiro2003-10-192-11/+29
| | | | | | | | | | the number of broken DNS servers out there in the world. Since we are diverging from the sendmail.org submit.mc, it's time to make our own freebsd.submit.mc. PR: conf/57733 Reviewed by: nork MFC after: 2 weeks
* There is no network2 any more.des2003-10-131-1/+0
| | | | Pointy hat to: mtm
* * Remove the OS specific bits, since NetBSD isn't interested indougb2003-10-131-21/+13
| | | | | | | | | | porting this stuff back. * Test /etc/motd for writability before trying to update it. This is especially useful when /etc/ is mounted ro, like on a diskless boot. (Thanks to phk for the idea on this one.) * Make the "updating" message reflect what actually happens.
* Remove trailing whitespacedougb2003-10-136-12/+12
|
* Update references to rc.diskless[12]dougb2003-10-136-8/+8
|
OpenPOWER on IntegriCloud