gshapiro
46051bb094
Revert change to always include _FFR_TLS_O_T as it requires FEATURE(access_db)
...
Problem found by: nsayer
2001-08-01 02:12:39 +00:00
darrenr
a1ee75086a
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
dougb
4b62071a69
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
obrien
067463e262
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
dougb
cb4c26dec8
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
markm
493eaebc7e
Build standard directory for kerberos 5 (Heimdal) database.
2001-07-28 20:00:54 +00:00
markm
22aa258b31
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
600c4d9871
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
dd
220f54a23a
Be consistent about how we quote commands that could be entered by the
...
user.
2001-07-27 12:25:55 +00:00
brian
f3c04d92b8
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
scottl
66a4ec3504
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
ume
b8992b1498
pass any NS/NA/toobig.
...
Requested by: itojun
MFC after: 5 days
2001-07-24 13:37:06 +00:00
dougb
3f6937d347
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
hm
f624f22b32
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
gshapiro
054d1f29d9
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
gshapiro
cef3dba089
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
imp
0fa6b005d6
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
hm
5deca3c36b
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
nsayer
a61f9aad89
The MA401 is a Prism II
...
Approved by: imp
2001-07-21 23:11:13 +00:00
ume
c7f00dc287
- 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
ume
2c3337c02f
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
ume
4fee61c6b4
- 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
7fee5bd138
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
jhb
793bf783e3
sysctl(8) doesn't need '-w' to write to sysctl variables anymore.
2001-07-17 22:03:19 +00:00
roam
401d22d5ac
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
markm
712c05e310
Add OPIE examples.
...
Tidy up columns.
Fix pam_wheel options.
2001-07-14 08:46:56 +00:00
gshapiro
97ee71fc57
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
markm
2850959fa7
Provide a hint for the OPIE 'insecure' mode.
2001-07-10 17:11:02 +00:00
nsayer
16834568e0
The Netgear card works for me under 'wi'.
2001-07-07 20:38:44 +00:00
ben
63c559383b
Add older CD types, matcd, mcd, scd.
...
Submitted by: imp
2001-07-04 18:33:01 +00:00
ben
b9e5feef9d
Exclude acd*, cd*, and md* from being checked by default.
2001-07-04 17:47:23 +00:00
ume
53b01bc71c
Show IPv6 denied packets.
...
MFC after: 1 week
2001-07-04 12:49:17 +00:00
brooks
b1b663d05b
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
cda8bcd474
add MR-AFS port numbers
2001-07-02 16:03:50 +00:00
ume
11cef0ec41
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
dd
f51667b39c
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
rwatson
3bd427d0e5
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
dd
fe47a79f92
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
gshapiro
1e4d37f7c2
Typo fix (modifes -> modifies)
2001-06-27 01:48:02 +00:00
dan
4858a56150
stpo --> stop (typo).
2001-06-26 23:19:45 +00:00
imp
aa831c7a7b
Use tabs where tabs are supposed to go!
2001-06-26 20:50:34 +00:00
imp
80d44e2f3e
Add dell wireless card
...
Submitted by: keichi
2001-06-26 20:44:27 +00:00
dan
d59d71ad4f
Add support for linksys instant wireless.
...
Approved by: imp
2001-06-26 18:22:12 +00:00
nik
44afea740d
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
ache
17f8638b0e
Fix name for de manpages dir
2001-06-26 00:43:28 +00:00
ache
11a813c189
Remove aliases not needed for new man version
2001-06-26 00:41:07 +00:00
brooks
56759fef37
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
ume
7045160072
Correct typo. It should be site-local address prefix.
...
Submitted by: kuriyama
MFC after: 3 days
2001-06-22 13:49:15 +00:00
obrien
f8cba98572
Got my r's and t's mixed up. Fix sorting.
2001-06-22 07:26:08 +00:00
kuriyama
44d1723f45
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