David E. O'Brien
d549989694
Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integer
...
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.
2001-08-16 06:05:18 +00:00
Mark Murray
37ee76af52
Remove the WANT_INSECURE_OPIE option - it is now a default. This is not
...
nearly as ominous as it sounds, and it allows OPIE to be used over SSH
and on xterms.
Requested by: ache
Discussed on: -security
2001-08-12 18:47:56 +00:00
Akinori MUSHA
f418fdfb89
Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, because
...
MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different
purpose.
2001-08-12 17:22:41 +00:00
Akinori MUSHA
000d8e5b75
Fix MASTER_SITE_RUBY. The listed master site is obsolete.
2001-08-12 17:09:19 +00:00
Akinori MUSHA
81030c6ed5
Add MASTER_SITE_FREEBSD.
2001-08-12 16:32:05 +00:00
Mark Murray
e7f2f42f1b
Upgraded launchpad for kerberos. Noe kerberos IV OR kerberos 5
...
may be started at boot for kerberos servers.
2001-07-28 19:57:57 +00:00
Peter Wemm
791da841a1
Take -Wconversion out of BDECFLAGS. It is not particularly useful for
...
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.
2001-07-27 16:23:53 +00:00
Brian Somers
c5f947aa7f
Remove $daily_status_named_logs and figure out which /var/log/messages*
...
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
2001-07-26 02:37:12 +00:00
Hellmuth Michaelis
0425c069fe
change the default for isdn_fsdev to NO. specifying a device here
...
results in a potential conflict with a getty running on that device.
PR: 26818
Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
2001-07-23 14:24:31 +00:00
Gregory Neil Shapiro
f4843be999
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
...
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
2001-07-23 01:33:54 +00:00
Warner Losh
b554a656b3
Add entry for SMC 2632W card.
...
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.
2001-07-22 18:13:19 +00:00
Nick Sayer
e4feb76c8b
The MA401 is a Prism II
...
Approved by: imp
2001-07-21 23:11:13 +00:00
Peter Pentchev
1d17292c23
Add a script_name_sep rc.conf knob to specify the IFS character
...
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
2001-07-17 14:33:52 +00:00
Mark Murray
b4248e7919
Provide a hint for the OPIE 'insecure' mode.
2001-07-10 17:11:02 +00:00
Nick Sayer
dada46cb22
The Netgear card works for me under 'wi'.
2001-07-07 20:38:44 +00:00
Hajimu UMEMOTO
cfb687fab8
Change default of ipv6_default_interface to NO. This is meaningless
...
in most cases and rather harmful.
Reported by: Kevin Oberman <oberman@es.net>
MFC after: 1 week
2001-06-28 21:45:47 +00:00
Dima Dorfman
df4afc8b95
Introduce syslogd_program and inetd_program variables in case somebody
...
wants to replace one of those programs.
PR: 13609
Submitted by: Goran Lowkrantz <goran.lowkrantz@infologigruppen.se>
2001-06-28 03:32:10 +00:00
Gregory Neil Shapiro
f87b85b2f0
Typo fix (modifes -> modifies)
2001-06-27 01:48:02 +00:00
Dan Moschuk
4357df37b6
stpo --> stop (typo).
2001-06-26 23:19:45 +00:00
Warner Losh
a30e186209
Use tabs where tabs are supposed to go!
2001-06-26 20:50:34 +00:00
Warner Losh
4524182d66
Add dell wireless card
...
Submitted by: keichi
2001-06-26 20:44:27 +00:00
Dan Moschuk
7644eb97f1
Add support for linksys instant wireless.
...
Approved by: imp
2001-06-26 18:22:12 +00:00
Brooks Davis
6ad3e220f2
Add support for the Cisco Aironet 350 Series of adaptors. Also, make
...
a minor ocrrection to the Aironet 340 Series comment.
Approved by: imp (in principle)
2001-06-25 22:07:19 +00:00
Warner Losh
a83ad5b62c
Add BreezeNET PC-DS.11. It is yet another wireless card.
...
Submitted by: Danny Braniss <danny@cs.huji.ac.il>
2001-06-22 03:17:25 +00:00
Hajimu UMEMOTO
d6a0444fff
Change default value of rtadvd_enable to NO to be compatible with
...
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
2001-06-20 13:17:07 +00:00
Hajimu UMEMOTO
18379cf918
Add configuration for a FAITH IPv6-to-IPv4 TCP translator.
...
To use a FAITH actually, you also need faithd(8) setup.
Please consult faithd(8) manpage.
2001-06-19 19:27:51 +00:00
Greg Lehey
291f07e7f1
Add IBM "High Rate Wireless LAN PC Card", a rebadged Lucent WaveLAN/IEEE.
...
MFC after: 2 weeks
2001-06-19 01:21:22 +00:00
Dima Dorfman
d997ca82d0
Explicitly set arpproxy_all and start_vinum to "NO" for consistency.
...
PR: 28185
Submitted by: Gordon Tetlow <gordont@bluemtn.net>
2001-06-16 00:27:31 +00:00
Nik Clayton
4ed950ad98
Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly
...
from another host.
2001-06-15 08:35:57 +00:00
Hajimu UMEMOTO
449eb73569
prefixcmd_enable was obsoleted by syncing recent KAME. New prefix(8)
...
is just a shell script for backward compatibility. Now, we always use
ifconfig(8) instead of prefix(8).
MFC after: 3 weeks
2001-06-11 13:28:05 +00:00
Andrey A. Chernov
fe6f7d3ab4
ISO_ -> ISO in DOC_LANG
2001-06-11 01:26:52 +00:00
Poul-Henning Kamp
7afdb22d23
Add diskcheckd to /etc/rc with a knob in rc.conf.
...
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.
2001-06-03 20:15:13 +00:00
Brian Somers
c34b6be0cd
Move gif_interfaces from an IP6 option to a regular IP option.
...
PR: 26543
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
MFC after: 3 weeks
2001-06-03 12:26:56 +00:00
Ruslan Ermilov
0b381bf1fd
Remove vestiges of MFS.
2001-06-01 10:07:28 +00:00
Mark Murray
7ed3b855bb
PERL_THREADED is too experimental at this stage. Remove.
2001-05-31 11:19:00 +00:00
Warner Losh
6a40ef8254
Add Billionton LNT-10TN
...
Submitted by: Miklos Niedermayer <mico@bsd.hu>
PR: conf/27726
2001-05-30 21:30:40 +00:00
Brian Somers
f8fb1acb36
Default daily_accounting_flags to -q. I thought this was a typo in the
...
originally submitted patch (oops!).
Also check for an empty $daily_accounting_save.
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
2001-05-30 20:23:43 +00:00
Brian Somers
c4d5bb5129
Add $daily_accounting_save and $daily_accounting_flags
...
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
MFC after: 2 weeks
2001-05-30 16:46:53 +00:00
Jun Kuriyama
45e04cedb6
Add Melco's WLI-PCM-L11G.
...
MFC after: 1 week
2001-05-30 07:09:44 +00:00
Warner Losh
cecfe930f1
List the valid IRQs and the non-sharingness.
...
Submitted by: gshapiro
2001-05-30 05:29:42 +00:00
Sheldon Hearn
68933300c9
The PERL_THREADED knob is causing too many people too many problems.
...
Add a dire warning about the experimental nature of threaded Perl.
2001-05-27 11:23:31 +00:00
Warner Losh
48b4a07401
Add support for
...
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!
2001-05-25 02:24:15 +00:00
David E. O'Brien
11c8719c55
I didn't fix the comment in rev 1.107.
2001-05-25 01:46:39 +00:00
David E. O'Brien
7830e160d6
Turn on TCP_EXTENSIONS (rfc1323) by defualt.
2001-05-25 01:43:42 +00:00
Ruslan Ermilov
f3bb47cca0
Add NO_I4B to avoid building/installing isdn4bsd package.
...
Prompted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 3 days
2001-05-23 13:32:32 +00:00
Dima Dorfman
692bb1c3bb
Introduce a background_fsck rc.conf option which allows the user to
...
enable or disable background fsck'ing all in one shot. Default is
currently 'YES'.
Reviewed by: jkh
2001-05-22 00:05:48 +00:00
Duncan Barclay
4ea5be29f2
Add an entry for RAYLINK pccard using the ray driver.
...
MFC after: 3 days
2001-05-17 19:55:11 +00:00
Jens Schweikhardt
b2be78381d
New option isdn_screenflags to set the syscons screen params for isdnd,
...
plus documentation.
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
Not objected to by: hm
MFC after: 1 week
2001-05-14 20:51:10 +00:00
Assar Westerlund
eba4f69287
clarify comment about MAKE_KERBEROS5. noticed by Peter Pentchev
...
<roam@orbitel.bg>
2001-05-12 14:38:00 +00:00
Jens Schweikhardt
315e40d22b
Use foo () instead of foo ( ) for function definition,
...
so zsh can parse this file as well.
2001-05-07 14:15:02 +00:00