Darren Reed
e58f466620
Merge in patch to automagically decide whether or not a kldload of ipfilter
...
is required into rc.network.
Person failed to use a real name so both email addresses from PR included
(Sent was different to From).
PR: 22998
Submitted by: dl@leo.org/spock@empire.trek.org
2001-07-30 23:12:02 +00:00
Doug Barton
f45ae64135
Add an entry for the commonly used (although unofficial) kpop port.
...
PR: conf/21551
Submitted by: Luis Casillas <casillas@stanford.edu>
Reviewed by: rwatson
2001-07-30 17:53:55 +00:00
David E. O'Brien
8e4e3be259
Document Bzip2's flag.
...
PR: 27901
Submitted by: Anders Nordby <anders@fix.no> (stylistic changes by me)
2001-07-30 15:18:15 +00:00
Doug Barton
f5b72dbe84
Add a note about port 98 commonly being used for RH linuxconf,
...
(unofficially of course).
PR: misc/21775
Submitted by: Dann Lunsford <dann@greycat.com>
2001-07-30 06:19:27 +00:00
Mark Murray
55b3d2c67f
Build standard directory for kerberos 5 (Heimdal) database.
2001-07-28 20:00:54 +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
Dima Dorfman
614aed8497
Be consistent about how we quote commands that could be entered by the
...
user.
2001-07-27 12:25:55 +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
Scott Long
4aa620cdc6
Add /dev/hpn? as an alias to /dev/aac? so that the HP version of the CLI
...
utility will work, and document it in the manpage.
MFC after: 3 days
2001-07-25 22:36:17 +00:00
Hajimu UMEMOTO
0e9ea6e71e
pass any NS/NA/toobig.
...
Requested by: itojun
MFC after: 5 days
2001-07-24 13:37:06 +00:00
Doug Barton
30b0725071
Add ports for sshell, ldaps, rsync, ftps-{data|control}, ircs, and
...
correct some ommissions of udp ports.
Update IANA web page.
Clean up/correct some comments. I went a little further than the PR.
PR: conf/23416
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
2001-07-24 09:28:18 +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
f88f925efc
If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to
...
install /etc/mail/sendmail.cf to /etc/mail/sendmail.cf and exits with an
error:
===> etc/sendmail
install -c -o root -g wheel -m 644 /etc/mail/sendmail.cf /etc/mail/sendmail.cf
install: /etc/mail/sendmail.cf and /etc/mail/sendmail.cf are the same file
*** Error code 64
Catch this in the Makefile and don't call install if the source and target
are the same file.
Reported by: Alexandr Listopad <laa@reis.zp.ua>
MFC after: 1 week
2001-07-23 02:19:02 +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
Hellmuth Michaelis
f22083caeb
add directory i4brunppp.
...
Pointed out by: David H. Wolfskill david@catwhisker.org and
Crist J. Clark <cristjc@earthlink.net>
2001-07-22 09:40:58 +00:00
Nick Sayer
e4feb76c8b
The MA401 is a Prism II
...
Approved by: imp
2001-07-21 23:11:13 +00:00
Hajimu UMEMOTO
d35e2ab4ce
- Allow link-local multicast traffic for client.
...
- Allow ICMPv6 destination unreach, packet too big and NS/NA.
- RIPng also uses link-local to link-local.
MFC after: 1 week
2001-07-21 19:59:35 +00:00
Hajimu UMEMOTO
bd089fdbc0
Do more strict checking for an interface.
...
Suggested by: matusita@jp.FreeBSD.org
MFC after: 1 week
2001-07-20 18:08:17 +00:00
Hajimu UMEMOTO
bb697a7fcb
- Avoid to select an interface which is not good for RA/RS.
...
Submitted by: sakane@kame.net
- Avoid to select lo0 or faith for a default interface.
2001-07-19 12:37:22 +00:00
Brian Somers
cce7f73d72
Don't try to remove directories unless we've emptied them first
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
PR: 28355
MFC after: 1 week
2001-07-19 12:08:24 +00:00
John Baldwin
7bbf2ac162
sysctl(8) doesn't need '-w' to write to sysctl variables anymore.
2001-07-17 22:03:19 +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
caa78f33ed
Add OPIE examples.
...
Tidy up columns.
Fix pam_wheel options.
2001-07-14 08:46:56 +00:00
Gregory Neil Shapiro
eac481ece9
MAPS is becoming a subscription (fee based) service, warn users
...
ORBS is gone
MFC after: 1 day
2001-07-13 21:51:28 +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
Ben Smithurst
f5b106aeb5
Add older CD types, matcd, mcd, scd.
...
Submitted by: imp
2001-07-04 18:33:01 +00:00
Ben Smithurst
8173aec16a
Exclude acd*, cd*, and md* from being checked by default.
2001-07-04 17:47:23 +00:00
Hajimu UMEMOTO
cefe8a2051
Show IPv6 denied packets.
...
MFC after: 1 week
2001-07-04 12:49:17 +00:00
Brooks Davis
cdb5d37b3e
Create gif devices in the "gifconfig" stage while configuring them.
...
Reviewed by: ru, ume
Obtained from: NetBSD
MFC after: 1 week
2001-07-02 21:08:48 +00:00
Assar Westerlund
80631942e5
add MR-AFS port numbers
2001-07-02 16:03:50 +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
2ce07d27e5
Don't insist on creating rocketport devices in /dev.
...
PR: 21394
Submitted by: Craig Leres <leres@ee.lbl.gov>
2001-06-28 07:07:12 +00:00
Robert Watson
0b725700c2
Reduce chattiness of entropy file mechanism with extreme prejudice.
...
Reviewed by: USENIX Cabal (peter, jhb, wpaul, et al)
2001-06-28 06:43: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
Nik Clayton
353b398056
Mention the path to the README file in the header comment.
...
Submitted by: Rich Morin <rdm@cfcl.com>
2001-06-26 13:50:33 +00:00
Andrey A. Chernov
3969b65004
Fix name for de manpages dir
2001-06-26 00:43:28 +00:00
Andrey A. Chernov
5e8fed8e82
Remove aliases not needed for new man version
2001-06-26 00:41:07 +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
Hajimu UMEMOTO
66096b9f78
Correct typo. It should be site-local address prefix.
...
Submitted by: kuriyama
MFC after: 3 days
2001-06-22 13:49:15 +00:00
David E. O'Brien
3d67411316
Got my r's and t's mixed up. Fix sorting.
2001-06-22 07:26:08 +00:00
Jun Kuriyama
a080f2d84f
Fix typos in comment.
...
(s/IPFIREWALL_DEFAULT_TO_ACCEPT/IPV6FIREWALL_DEFAULT_TO_ACCEPT/)
MFC after: 1 week
2001-06-22 06:25:54 +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