summaryrefslogtreecommitdiffstats
path: root/etc/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerobrien2001-08-161-0/+6
| | | | | | value, it forces GCC to not optimize above this level. For intance, GCC made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the Alpha platform when building ports.
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-121-6/+0
| | | | | | | | nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
* Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, becauseknu2001-08-121-1/+1
| | | | | MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different purpose.
* Fix MASTER_SITE_RUBY. The listed master site is obsolete.knu2001-08-121-1/+1
|
* Add MASTER_SITE_FREEBSD.knu2001-08-121-0/+1
|
* Upgraded launchpad for kerberos. Noe kerberos IV OR kerberos 5markm2001-07-281-3/+12
| | | | may be started at boot for kerberos servers.
* Take -Wconversion out of BDECFLAGS. It is not particularly useful forpeter2001-07-271-2/+3
| | | | | | | | | | | us anyway because it doesn't work right on the x86 and alpha. On K&R code, small ints would be promoted to int. ANSI-C doesn't require this and the small ints can be passed taking 8 or 16 bits of stack space. However, the x86 abi that we use *does* promote to 32 bit, and the alpha ABI passes them in 64 bit registers so we dont have that aspect of the problem here. Losing float precision by having it cast down to int because the funtion prototype specifies int is the least of our problems. -Wmissing-prototypes helps here anyway.
* Remove $daily_status_named_logs and figure out which /var/log/messages*brian2001-07-261-1/+0
| | | | | | | | files to look an (in the same way that /etc/security does). Don't single-quote $start, reducing it to an empty string. MFC after: 3 days
* change the default for isdn_fsdev to NO. specifying a device herehm2001-07-231-2/+2
| | | | | | results in a potential conflict with a getty running on that device. PR: 26818 Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
* New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 whengshapiro2001-07-231-0/+6
| | | | | | | | | | building a .cf file from a .mc file. Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary build enables that FFR as well. PR: conf/28361 MFC after: 1 week
* Add entry for SMC 2632W card.imp2001-07-221-11/+26
| | | | | | | Submitted by: lots of people, most recently by Mike Buchanon Also, Tried to clean up the comments about IRQs to match the new world order.
* The MA401 is a Prism IInsayer2001-07-211-1/+1
| | | | Approved by: imp
* Add a script_name_sep rc.conf knob to specify the IFS characterroam2001-07-171-0/+1
| | | | | | | | | | for separating the startup scripts' list into individual filenames. Run the shutdown scripts in reverse alphabetical order, so dependent services are stopped before the services they depend upon. Reviewed by: -arch, -audit MFC after: 3 weeks
* Provide a hint for the OPIE 'insecure' mode.markm2001-07-101-0/+6
|
* The Netgear card works for me under 'wi'.nsayer2001-07-071-0/+6
|
* Change default of ipv6_default_interface to NO. This is meaninglessume2001-06-281-1/+1
| | | | | | | in most cases and rather harmful. Reported by: Kevin Oberman <oberman@es.net> MFC after: 1 week
* Introduce syslogd_program and inetd_program variables in case somebodydd2001-06-281-0/+2
| | | | | | | wants to replace one of those programs. PR: 13609 Submitted by: Goran Lowkrantz <goran.lowkrantz@infologigruppen.se>
* Typo fix (modifes -> modifies)gshapiro2001-06-271-1/+1
|
* stpo --> stop (typo).dan2001-06-261-1/+1
|
* Use tabs where tabs are supposed to go!imp2001-06-261-15/+15
|
* Add dell wireless cardimp2001-06-261-0/+6
| | | | Submitted by: keichi
* Add support for linksys instant wireless.dan2001-06-261-0/+6
| | | | Approved by: imp
* Add support for the Cisco Aironet 350 Series of adaptors. Also, makebrooks2001-06-251-1/+7
| | | | | | a minor ocrrection to the Aironet 340 Series comment. Approved by: imp (in principle)
* Add BreezeNET PC-DS.11. It is yet another wireless card.imp2001-06-221-0/+6
| | | | Submitted by: Danny Braniss <danny@cs.huji.ac.il>
* Change default value of rtadvd_enable to NO to be compatible withume2001-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | the following description in RFC2461: AdvSendAdvertisements A flag indicating whether or not the router sends periodic Router Advertisements and responds to Router Solicitations. Default: FALSE Note that AdvSendAdvertisements MUST be FALSE by default so that a node will not accidentally start acting as a router unless it is explicitly configured by system management to send Router Advertisements. Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp> MFC after: 1 week
* Add configuration for a FAITH IPv6-to-IPv4 TCP translator.ume2001-06-191-0/+3
| | | | | To use a FAITH actually, you also need faithd(8) setup. Please consult faithd(8) manpage.
* Add IBM "High Rate Wireless LAN PC Card", a rebadged Lucent WaveLAN/IEEE.grog2001-06-191-1/+7
| | | | MFC after: 2 weeks
* Explicitly set arpproxy_all and start_vinum to "NO" for consistency.dd2001-06-161-2/+2
| | | | | PR: 28185 Submitted by: Gordon Tetlow <gordont@bluemtn.net>
* Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonlynik2001-06-151-0/+4
| | | | from another host.
* prefixcmd_enable was obsoleted by syncing recent KAME. New prefix(8)ume2001-06-111-1/+0
| | | | | | | is just a shell script for backward compatibility. Now, we always use ifconfig(8) instead of prefix(8). MFC after: 3 weeks
* ISO_ -> ISO in DOC_LANGache2001-06-111-1/+1
|
* Add diskcheckd to /etc/rc with a knob in rc.conf.phk2001-06-031-0/+2
| | | | | | | Make the default setting YES for now to get some experience with it. Note: If people starts seeing disk errors because of this then it should not be backed.
* Move gif_interfaces from an IP6 option to a regular IP option.brian2001-06-031-5/+5
| | | | | | PR: 26543 Submitted by: Brooks Davis <brooks@one-eyed-alien.net> MFC after: 3 weeks
* Remove vestiges of MFS.ru2001-06-011-1/+0
|
* PERL_THREADED is too experimental at this stage. Remove.markm2001-05-311-5/+0
|
* Add Billionton LNT-10TNimp2001-05-301-0/+6
| | | | | Submitted by: Miklos Niedermayer <mico@bsd.hu> PR: conf/27726
* Default daily_accounting_flags to -q. I thought this was a typo in thebrian2001-05-301-1/+1
| | | | | | | | originally submitted patch (oops!). Also check for an empty $daily_accounting_save. Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
* Add $daily_accounting_save and $daily_accounting_flagsbrian2001-05-301-0/+2
| | | | | Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de> MFC after: 2 weeks
* Add Melco's WLI-PCM-L11G.kuriyama2001-05-301-0/+6
| | | | MFC after: 1 week
* List the valid IRQs and the non-sharingness.imp2001-05-301-0/+3
| | | | Submitted by: gshapiro
* The PERL_THREADED knob is causing too many people too many problems.sheldonh2001-05-271-1/+3
| | | | Add a dire warning about the experimental nature of threaded Perl.
* Add support forimp2001-05-251-0/+6
| | | | | | | card "D" "Link DWL-650 11Mbps WLAN Card" which is the most amusing CIS mistake I've seen in some time. # I'm using this card to make this commit!
* I didn't fix the comment in rev 1.107.obrien2001-05-251-1/+1
|
* Turn on TCP_EXTENSIONS (rfc1323) by defualt.obrien2001-05-251-1/+1
|
* Add NO_I4B to avoid building/installing isdn4bsd package.ru2001-05-231-0/+1
| | | | | Prompted by: Alexandr Listopad <laa@laa.zp.ua> MFC after: 3 days
* Introduce a background_fsck rc.conf option which allows the user todd2001-05-221-0/+1
| | | | | | | enable or disable background fsck'ing all in one shot. Default is currently 'YES'. Reviewed by: jkh
* Add an entry for RAYLINK pccard using the ray driver.dmlb2001-05-171-0/+6
| | | | MFC after: 3 days
* New option isdn_screenflags to set the syscons screen params for isdnd,schweikh2001-05-141-0/+1
| | | | | | | | plus documentation. Submitted by: Alexander Leidinger <Alexander@Leidinger.net> Not objected to by: hm MFC after: 1 week
* clarify comment about MAKE_KERBEROS5. noticed by Peter Pentchevassar2001-05-121-1/+1
| | | | <roam@orbitel.bg>
* Use foo () instead of foo ( ) for function definition,schweikh2001-05-071-2/+1
| | | | so zsh can parse this file as well.
OpenPOWER on IntegriCloud