summaryrefslogtreecommitdiffstats
path: root/etc/defaults
Commit message (Collapse)AuthorAgeFilesLines
* set check_quotas="YES" as the default.cpiazza1999-09-061-1/+1
| | | | | | PR: 13603 Submitted by: Alex Perel <veers@distributed.net> Reviewed by: billf
* Add entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.obrien1999-09-061-0/+8
| | | | This was tested on a ND5100 rev.A2 card.
* Knob for Perl thread support.markm1999-09-041-0/+3
|
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
|
* ppp_alias -> ppp_natbrian1999-08-221-2/+2
| | | | Submitted by: Josef L. Karthauser <joe@FreeBSD.org.uk>
* s/Yes/YES/g. `tcp_extensions''s comment implied "Yes" was a valid valueobrien1999-08-141-2/+2
| | | | | | for turning on the feature. Which is wrong. Submitted by: bde
* Hopefully clarify "log_in_vain" knob's comment.obrien1999-08-141-2/+2
| | | | Reviewed by: bde, sheldonh, andreas
* Don't force compression in SUPFLAGS, since that effectively negatessheldonh1999-08-141-2/+2
| | | | | | the functionality of the compression option in the supfile. Reported by: Ben Rosengart <ben@skunk.org>
* Use proper capitalization.obrien1999-08-141-2/+2
|
* Use better comment for tcp_keepalive option.obrien1999-08-141-2/+2
| | | | Submitted by: imp
* Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, fordes1999-08-101-1/+3
| | | | | | | respectively logging and dropping ICMP REDIRECT packets. Note that there is no rate limiting on the log messages, so log_redirect should be used with caution (preferrably only for debugging purposes).
* Better comment on ntpdate_enable - if I have misunderstood wheneivind1999-08-031-2/+2
| | | | | ntpdate was run (I thought it was cron'ed), other people probably do too.
* Explicitly list the i/o addresses of the serial ports.nik1999-07-281-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Prompted by docs/12343, in which people seemed to get a little confused. The original text in the file said: [...] # By default we use COM1 as our serial console port *if* we're going to use # a serial port as our console at all. (0x3E8 = COM2) # #BOOT_COMCONSOLE_PORT= 0x3F8 [...] From what I can make out, some people have assumed that means that if they just uncomment the BOOT_COMCONSOLE_PORT then it will use COM2: These same people then assume that "0x3F8" on that line is a typo for "0x3E8". What it actually means is that if you uncomment the line then the default stays as "Ox3F8" (COM1:), and that you have to uncomment the line, *and* change the value of the variable in order to use COM2:. So I've made that a little bit clearer. I've also listed the hex values for COM1: thru COM4:, snarfed from sys/isa/isareg.h. PR: docs/12343 Submitted by: Bill Grunfelder <wjgrun@dippy.cyberwar.com>
* Add a default ppp.conf (mode 600).brian1999-07-261-1/+8
| | | | | | | | | | | | Originally submitted by: Wayne Self <wself@cdrom.com> Allow a ppp startup option in rc.conf. Adjust sysinstall so that it appends to the end of ppp.conf and uses the generated profile to start ppp in auto mode on boot. Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Added CyQ've ELA-010 Ethernet Cardhosokawa1999-07-251-1/+7
|
* 3C574TX Fast Etherlink PC-card support.hosokawa1999-07-251-1/+9
|
* Use a less annoying default hostname.jkh1999-07-181-2/+2
|
* Allow DHCP to be used in an ifconfig variable instead of the usualjkh1999-07-161-1/+3
| | | | | | address information, producing the obvious effect (dhcp configuration). Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* Refine on explanation for apm stuff.iwasaki1999-07-121-4/+4
| | | | | | Make it clear that apmd depends on apmconf -e. Reviewed by: obrien, my friend :-)
* Add apmd_enable and apmd_flags for the boot-time optinos.iwasaki1999-07-111-1/+3
| | | | | Pointed out by: obrien Forgotten by: iwasaki
* Allow internal and external wrapping to be enabled independantly ofsheldonh1999-07-091-2/+2
| | | | | | | each other. Instead of allowing the -w option to be specified twice, we now take -w (wrap external) and -W (wrap internal). Discussed with: markm
* Tweak previous commit. Only sense the configuration if network_interfacespeter1999-07-081-1/+2
| | | | | is set to "auto". Any network_interfaces settings will be treated as before.
* Do away with ${network_interfaces} in rc.conf. Just use `ifconfig -l` topeter1999-07-071-2/+1
| | | | | | | | | get a list of interfaces, and then automatically configure them if ${ifconfig_${ifn}} or /etc/start_if.${ifn} exists. This makes it a lot easier to deal with machines that constantly change their network configuration as you can leave ifconfig settings for all the possible cards - just the ones that are present will be configured.
* Added pccard_conf parameter to /etc/rc.conf,hosokawa1999-07-071-1/+2
| | | | | | | and set it to "/etc/pccard.conf.sample" in /etc/defaults/rc.conf. Perhaps this default value can be inappropriate, but I set to this value for the convenience of PC-card boot.flp users. Please correct it if there are better solutions.
* Added "pccardd_flags" for rc.conf.hosokawa1999-07-041-1/+2
|
* Amd now mounts to "/.amd_mnt" rather than "/net". "/net/<host>" now worksobrien1999-06-281-2/+2
| | | | | in addition to "/host/<host>". This make us consistant with Sun (as we already were with SGI).
* Standardize appearance of subsection headers (two spaces for section name)jseger1999-06-271-2/+2
|
* Add command-line option (-w), specified once to enable wrapping andsheldonh1999-06-271-2/+2
| | | | | | | | | | | | | twice to enable wrapping for internal wrapping as well. If the option is not specified wrapping is turned off so that inetd will behave exactly as it used to before TCP Wrappers was imported. Change etc/defaults/rc.conf so as to encourage wrapping on new systems. Clarify the use of TCP Wrappers in the IMPLEMENTATION NOTES of the manual page. Approved by: jkh
* More PAO-ish stuff. Wildcard the IRQ bits.markm1999-06-171-69/+69
|
* Add handle to control global TCP keepalives and turn them on asphk1999-06-051-1/+2
| | | | | | | | | | | | | | | | | default. Despite their name it doesn't keep TCP sessions alive, it kills them if the other end has gone AWOL. This happens a lot with clients which use NAT, dynamic IP assignment or which has a 2^32 * 10^-3 seconds upper bound on their uptime. There is no detectable increase in network trafic because of this: two minimal TCP packets every two hours for a live TCP connection. Many servers already enable keepalives themselves. The host requirements RFC is 10 years old, and doesn't know about the loosing clients of todays InterNet.
* sunsite is now metalab.billf1999-06-041-2/+2
|
* 'make update' in the ports directory.billf1999-06-011-2/+2
|
* Get case right in "COMPAT3X".obrien1999-05-231-2/+2
| | | | Submitted by: Kevin Street <street@iname.com>
* Add a commented out COMPAT22 and COMPAT3x, since we have the others.obrien1999-05-191-1/+3
|
* Change tcp_extension comment.phk1999-05-161-2/+2
| | | | | Submitted by: Studded <Studded@gorean.org> Reviewed by: phk
* Add the entry for my Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison).obrien1999-05-141-1/+25
| | | | | | Add additional entries (might need a little tweaking) for the Xircom adapters. Xircom entries obtained from: http://www.lovett.com/lists/freebsd-xircom/
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIAwpaul1999-05-051-2/+27
| | | | | | | | | | | | | | | | | | | | | | adapter (and some workalikes). Also add man pages and a wicontrol utility to manipulate some of the card parameters. This driver was written using information gleaned from the Lucent HCF Light library, though it does not use any of the HCF Light code itself, mainly because it's contaminated by the GPL (but also because it's pretty gross). The HCF Light lacks certain featurs from the full (but proprietary) HCF library, including 802.11 frame encapsulation support, however it has just enough register information about the Hermes chip to allow someone with enough spare time and energy to implement a proper driver. (I would have prefered getting my hands on the Hermes manual, but that's proprietary too. For those who are wondering, the Linux driver uses the proprietary HCF library, but it's provided in object code form only.) Note that I do not have access to a WavePOINT access point, so I have only been able to test ad-hoc mode. The wicontrol utility can turn on BSS mode, but I don't know for certain that the NIC will associate with an access point correctly. Testers are encouraged to send their results to me so that I can find out if I screwed up or not.
* Add AmbiCom Inc NICbrian1999-05-041-1/+9
| | | | Submitted by: Wes Peters <wes@softweyr.com>
* Add 3Com/Noteworthy 56k modembrian1999-05-031-1/+7
| | | | | | PR: 9187 Submitted by: Craig Leres <leres@ee.lbl.gov> Requested by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Remove NOPERL. Seems to cause too many problems, as those that try don'tobrien1999-05-021-3/+1
| | | | | understand the implications and don't think to undo it when they get experience trouble. (wonder about some of the people running -CURRENT sometimes)
* Add an entry for the Xircom GlobalACCESS modembrian1999-04-251-1/+7
| | | | | PR: 10277 Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Allow the user to specify a different firewall script than /etc/rc.firewall.des1999-04-101-1/+2
|
* Add variable start_vinum. If set to YES, it will start vinum andgrog1999-04-021-1/+3
| | | | | | automagically find all the partitions. This is to be preferred to the somewhat emetic usage of vinum_slices and the equally obnoxious 'vinum read' command.
* Add two features:imp1999-03-281-1/+2
| | | | | | | | | | | | | log_in_vain: log_in_vain turns on logging for packets to ports for which there is no listener. rc.sysctl: A generic way to set sysctl values. It reads /etc/syslog.conf and sets values based on that. No /etc/syslog.conf has been checked in yet, and I've not added this to the makefile yet until I get more feedback. Reviewed by: -current, -hackers and bde especially
* Replace a missing quote in the config for 3Com/USR/MegaHertz 3CCM156cwt1999-03-251-2/+2
|
* Add natd_program and change a comment.brian1999-03-241-2/+3
|
* Split check_quotas into check_quotas and enable_quotasbillf1999-03-171-2/+3
| | | | | | | | | | enable_quotas - use quotas on your system check_quotas - check for violations on startup By assuming that a system was neat and without violation before it booted we can skip a long (and at that point needless) process. Submitted by: Alex Perel <veers@disturbed.net>
* Bitrot. Remove objlink as it is not pleasant to be downwind.markm1999-03-141-5/+1
| | | | | PR: 8071 Reviewed by: Sheldon Hearn <sheldonh@iafrica.com>
* Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mkbillf1999-03-141-1/+3
|
* Add ${lpd_program} and ${portmap_program} as variables in rc.conf, withjfitz1999-03-111-1/+3
| | | | | | suitable defaults pointing to the FreeBSD-shipped versions. This will allow for easier integration of third-party replacements for these daemons. Reviewed by: Several members of -committers
OpenPOWER on IntegriCloud