summaryrefslogtreecommitdiffstats
path: root/etc/defaults
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Remove trailing whitespace.fanf2002-08-091-1/+1
|
* Add a generic NANOSPEED wi card.imp2002-07-261-16/+20
| | | | | | | | Submitted by: matt peterson While I'm here, kill the flags 0x10000 on all the prism based cards. Both stable and current figure this out on their own and we've had at least one releases where this is the case.
* Change the default setting of an IPv4-mapped IPv6 address to off.ume2002-07-251-1/+1
| | | | Requested by: many people
* The Compaq WL200 is a CL-PD6729 based pci card with a prism 2 pcmciaimp2002-07-181-0/+6
| | | | | | card behind it (without the pcmcia form factor). This entry gets to the point of attaching, but there's something wrong with the '29 support, so it doesn't quite work yet.
* be able to configure to run an IPv6 routing daemon even onume2002-07-181-0/+2
| | | | | | | an end node. Requested by: Masachika ISHIZUKA <ishizuka@ish.org> MFC after: 1 week
* Add a couple of variables for rc.dgordon2002-06-131-0/+12
| | | | Submitted by: Mike Makonnen
* We want to play osterage and stick our heads in the sand and ignore things.obrien2002-06-041-2/+2
| | | | Requested by: jhb
* ntpdate(1) is depreciated.obrien2002-06-041-2/+2
|
* Add new entry PLANEX GW-NS11H(PRISM3.0).shiba2002-05-291-0/+6
| | | | Submitted by [bsd-nomads:16322] Yasufumi Susuki <yasu@triaez.kaisei.org>
* Correct US Robotics Wireless Card 2410 entryimp2002-05-241-1/+1
|
* Explictly set kerberos_stash to NO instead of blank. While we are at it,gordon2002-05-201-2/+2
| | | | | | | | | fix a comment that suggested setting ipv6_ipv4mapping to blank. This will aid in merging with rcng which requires all veriables to be explicitly set. Submitted by: Mike Makonnen MFC after: 1 week
* This is two new entries for Taiwanese 16bit PCMCIA cards.keichii2002-05-071-0/+11
| | | | | | | | | The Blue Concentric CF 802.11b card is a compactflash form-factored card that does 802.11b, including 128bit encryption. The Zonet modem pccard is a simple FAX/Modem card. Both are sold in Guang-Hua Market in Taipei, and functions perfectly with -current and -stable.
* Remove reference to the TCP_RESTRICT_RST option, which was removeddougb2002-04-271-3/+3
| | | | | | over a year ago. Small ws twiddle while I'm here.
* Consistently use full pathnames for files, especially executables.cjc2002-04-211-4/+4
| | | | | | PR: conf/37292 Submitted by: Helge Oldach <send-pr@oldach.net> MFC after: 3 days
* Back out /etc/rc.d addition. I'd like to see something come of what haspeter2002-04-111-1/+1
| | | | | already been imported. It would have been nice to get it out there in DP1, but that is too late now.
OpenPOWER on IntegriCloud