summaryrefslogtreecommitdiffstats
path: root/etc/defaults
Commit message (Collapse)AuthorAgeFilesLines
* - Add a software watchdog facility.smkelly2003-06-261-0/+1
| | | | | | | | | This commit has two pieces. One half is the watchdog kernel code which lives primarily in hardclock() in sys/kern/kern_clock.c. The other half is a userland daemon which, when run, will keep the watchdog from firing while the userland is intact and functioning. Approved by: jeff (mentor)
* Update a comment about symlinking named's pid file to correctlymtm2003-06-141-1/+1
| | | | | | reflect the code. Suggested by: maxim
* The dhcp_program and dhcp_flags variables have to be renamed tomtm2003-06-071-2/+2
| | | | | | | | | | | | | | take advantage of the rc.subr(8) glue. They are renamed dhclient_program and dhclient_flags. o Rename them in rc.conf(5) o Rename them in /etc/defaults/rc.conf o Add the deprecated variables to /etc/rc.subr o Isolate the use of the 'command' variable to the NetBSD specific parts in /etc/rc.d/dhclient. o Now that dhcp_flags has also been renamed it will be applied properly by rc.subr(8) glue code. Reported by: John Nielsen <john@jnielsen.net>
* Move networkfs_types from mountcritlocal into defaults/rc.conf as netfs_types.gordon2003-06-011-0/+1
| | | | | | Also add logic into mountcritremote to add extra_netfs_types to the list. This unbreaks putting smbfs, portalfs and now nwfs in fstab.
* Per previous announcement, remove the old version of the rc system.dougb2003-05-021-1/+0
| | | | | | | | | | All functionality from the previous system has been preserved, and users should still customize their system boot with the familiar methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc. Users who have customized versions of scripts that have been removed should take great care when upgrading, since the compatibility code that used those old scripts has also been removed.
* Make the defaults for Kerberos 5 a little more up-to-date.markm2003-04-301-1/+2
|
* Change the name of the kadmind binary to match reality, now thatmarkm2003-04-301-1/+1
| | | | KerberosIV is no longer an issue.
* xten isn't needed after tw is gone.imp2003-04-271-2/+0
| | | | Approved by: re@ (scottl)
* Add new knobs for controlling jails in rc.d and document them.mtm2003-04-161-0/+5
| | | | Approved by: makrm (mentor)
* Add NTT-ME SS-LAN CARD MN128. This card entry has beenshiba2003-04-101-0/+6
| | | | committed into NEWCARD.
* Complete removal of 320.rdist by removing its entry from periodic.conf andjhb2003-04-011-6/+0
| | | | | | | removing the related 220.backup-distfile script and associatd periodic.conf entry. Discussed with: obrien
* Add pc-card from ARCHOS CD-224E cdrom.sobomax2003-03-281-0/+4
| | | | MFC after: 1 week
* A new rc-ng script to build linker.hints files with kldxref(8)cjc2003-03-171-0/+3
| | | | | automatically at boot time. Associated rc.conf(5) knobs and documentation are included.
* Make it more clear how to disable keybell, and where its options are found.dougb2003-03-151-1/+1
| | | | PR: conf/41772
* Initiate KerberosIV de-orbit burn. Disconnect the /etc configs.markm2003-03-081-4/+0
|
* Add YIS YWL-11B.shiba2003-02-151-0/+6
|
* /etc/rc.network isn't built to handle a value of "DEFAULT" (nor should itgshapiro2003-02-081-1/+1
| | | | | | | | | | | | be). Using that string leads rc.network to execute: # sysctl -w vfs.nfs.bufpackets=DEFAULT vfs.nfs.bufpackets: 4 -> 0 Which isn't what was intended. PR: conf/31280 MFC after: 3 days
* ep(4) does not have link0 and link1 options.maxim2003-02-041-3/+2
| | | | | | | PR: conf/46651 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Reviewed by: imp, mdodd MFC after: 1 week
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).shiba2003-01-181-0/+6
|
* Add Allied Telesis WR211PCM.shiba2003-01-171-0/+6
|
* Add rc_debug knob to rc.conf. The code for it has been in rc.subr formtm2003-01-141-0/+1
| | | | | | | | some time now. Document all knobs introduced by rc.d Approved by: markm (mentor) Reviewd by: gordon (earlier revision)
* Add an entry for the Dlink Air 660 Wireless PC Card.trhodes2003-01-141-0/+6
| | | | | | PR: 46977 Submitted by: gioria Approved by: imp
* Fix the named script to find the correct pid file for themtm2003-01-121-0/+1
| | | | | | | | | | | | named(8) daemon by providing a new rc.conf knob: named_pidfile that defaults to the path specified in the system-installed named.conf(5). Approved by: markm (mentor) Reviewed by: dougb Noticed by : Galen Sampson <galen_sampson@yahoo.com> Dan Pelleg <daniel+bsd@pelleg.org> PR: conf/46402 MFC: 2 weeks (with re@ approval)
* Either compaq has two variants of the WL200, or the old entry isimp2003-01-101-0/+6
| | | | | | | wrong. Go ahead and include a second entry for the WL200 until I can sort this out. Submitted by: Matt Pearce
* Tighten wording of comment.wollman2003-01-081-2/+2
| | | | Suggested by: gshapiro
* Do not do manually what sendmail(8) can do better automatically.wollman2003-01-081-3/+2
| | | | | Tell sendmail to clean up its own host status cache. The error condition handling could probably be done better.
* Delay an optional amount of time after booting before starting amckusick2002-12-181-0/+1
| | | | | | | | | background fsck. The delay defaults to sixty seconds to allow large applications such as the X server to start before disk I/O bandwidth is monopolized by fsck. Submitted by: Brooks Davis <brooks@one-eyed-alien.net> Sponsored by: DARPA & NAI Labs.
* Make pccardd have -z by default. This fixes a few startup problemsimp2002-12-061-1/+1
| | | | | | | | | where people want to have the cards configured. Lack of -z is a speed optimization. Submitted by: many voices on mobile@ Approved by: re@ (rwatson) MFC after: 3 days
* Fixed two typos in comments.ru2002-11-151-2/+2
|
* Turn off devd until I have a devd.conf file that I can install oneimp2002-11-121-1/+1
| | | | that does no harm.
* Add devd_enableimp2002-11-101-0/+1
| | | | Submitted by: dougb
* Add IPv6 setup for ipfilter. `ipv6_ipfilter_rules' was addedume2002-11-021-0/+3
| | | | | | | | | to specify rules definition file for ipfilter. The default is /etc/ipf6.rules. If there is a file which is specified by 'ipv6_ipfilter_rules', IPv6 rule is installed. Reviewed by: Ronald van der Pol <Ronald.vanderPol@rvdp.org> MFC after: 1 week
* Add a new /etc/periodic/security script to check for packetsthomas2002-10-251-0/+3
| | | | | | | | rejected by ipfilter (510.ipfdenied), and a corresponding periodic.conf knob (daily_status_security_ipfdenied_enable). Reviewed by: roberto Approved by: re@
* SAMSUNG SWL-2000P PCI Cardimp2002-09-301-0/+6
| | | | Submitted by: Robert Dezorzo
* Psion Dacom Gold Card Ethernetimp2002-09-301-0/+6
| | | | Submitted by: Rick Hoppe
* Generic Prism2.5 cardimp2002-09-301-0/+6
| | | | Submitted by: Matt Peterson
* Belkin F5D5020 pccard.imp2002-09-301-0/+6
| | | | Submitted by: Philip Pereira
* Entry for I-O Data PCET/100-CLimp2002-09-301-0/+6
| | | | Submitted by: MATSUO Masahiko-san
* oops, last second botch: fix extra 'i'imp2002-09-291-3/+3
|
* o Belkin wireless cardimp2002-09-291-8/+23
| | | | | | | | | | | | | | | PR: 38919 Submitted by: Tommy Johnson o IBM IDE CDROM PR: 39537 Submitted by: Kevin Van Maren o T-Sunus 130 card PR: 41802 Submitted by: Oliver Schneider
* o FreeSPirit ISDN/56K modem cardimp2002-09-291-0/+35
| | | | | | | | | | | | | | o No-name OEM Prism card o ActionTec Prism card o ZoomAir 11Mbps High Rate wireless networking PR: 41929, 41928 Submitted by: Bruce M Simpson o Dynalink L100C16 PR: 41938 Submitted by: Marco van de Voort
* Newer Netgear MA401RA entry.imp2002-09-281-0/+6
| | | | Submitted by: Michael Ranner
* Two fixes:imp2002-09-271-1/+7
| | | | | | | | | 1) Add new card entry for nortel eMobility wi card (from email that I've lost the sender on :-( 2) put ata devices at config 0x1 rather than auto. This should be better for nearly all cases. MFC after: 3 days
* Add a pkg_version variable so that it's possible to run portsversion insteadbrian2002-09-251-0/+1
| | | | of pkg_version in periodic/weekly/400.status-pkg.
* Add an entry for corega WL PCCL-11.iwasaki2002-09-061-0/+6
| | | | | | | PR: conf/42481 Submitted by: NINOMIYA Hideyuki <nin@jp.FreeBSD.org> Approved by: imp MFC after: 1 week
* Introduce bootparamd into the boot scripts. Add a bootparamd_enable andgordon2002-09-051-0/+2
| | | | | | _flags to rc.conf Submitted by: John Hay <jhay@zibbi.icomtek.csir.co.za>
* Deprecate the use of sendmail_enable="NONE" as it adversely affects thegshapiro2002-09-031-2/+1
| | | | | | new rcNG effort. Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Turn rc_ng on by default now, it's time has come. While we are at it, I'dgordon2002-09-021-1/+1
| | | | | like to thank Mike Makonnen for all his work on rcNG. Without him, none of this would have been possible.
* establish default values for /etc/rc.d/pcvt scripthm2002-08-301-0/+18
|
* Clean up some variables that should have been done before:gordon2002-08-141-9/+9
| | | | | | | | | | | xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable to mountd_enable. We also include shims for all the old variable names. Submitted by: Mike Makonnen <makonnen@pacbell.net>
OpenPOWER on IntegriCloud