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
imp
0069ccad1b
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
cjc
8b883929b6
Fixing a bug reported on freebsd-security. It is possible for
...
non-printable characters to sneak into /var/log/messages (e.g.
someone aims a Solaris/Linux RCP exploit at your FreeBSD box and
you end up with his shellcode as part of a log entry). You might
get something like,
host.mydom.org login failures:
Binary file (standard input) matches
In the daily security script as a result. Allowing attackers to
mess with your security script's ability to accurately report
is a Bad Thing. Tell grep(1) to treat /var/log/messages like a
text file even if it has non-printable characters.
Submitted by: Tim Zingelman <zingelman@fnal.gov> on freebsd-security
Approved by: ru
MFC after: 1 week
2001-06-21 19:17:15 +00:00
brian
fbbff0939b
Move the interface address setting and default route setting out of
...
the default section and into the papchap section.
It's really irritating when you run ppp with no arguments and end up
blowing away your default route !
2001-06-21 15:42:26 +00:00
obrien
e3e9edb578
Add etc/rc.d (looking to the future)
2001-06-21 01:10:30 +00:00
ume
4de3cb9611
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
ume
ce5986e7e8
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
grog
6306001105
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
dbaker
b037431a26
add ircs, per IANA
...
MFC after: 3 days
2001-06-18 23:33:09 +00:00
schweikh
0ecfad7b16
Fix misindented esac.
...
MFC after: 1 week
2001-06-16 15:48:43 +00:00
obrien
04a12c6e39
This commit was generated by cvs2svn to compensate for changes in r78344,
...
which included commits to RCS files with non-trunk default branches.
2001-06-16 07:16:14 +00:00
obrien
4d3fc79b76
Import the NetBSD 1.5 RC system.
...
Note that `rc' and `rc.shutdown' could not be imported because we already
have files with those names.
2001-06-16 07:16:14 +00:00
obrien
afad76ee76
Import the NetBSD 1.5 RC system.
...
Note that `rc' and `rc.shutdown' could not be imported because we already
have files with those names.
2001-06-16 07:16:14 +00:00
dd
6a8d5663b7
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
7cd92525ca
Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly
...
from another host.
2001-06-15 08:35:57 +00:00
dd
fdd4a58166
Pass -a to dmesg(8).
...
PR: 26870
Submitted by: Tomonobu AKIMOTO <akimoto@xephion.ne.jp>
2001-06-14 04:30:46 +00:00
phk
dac69afab2
Remember to install diskcheckd.conf
2001-06-13 16:39:23 +00:00
tobez
b0177f628c
Recognize and support new output which pkg_version(1) might produce.
...
PR: 27707
Approved by: bmah, markm
2001-06-11 21:31:50 +00:00
ume
3851943e9b
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
ru
019f585631
The README file says:
...
c) The listing should be kept in filename sorted order.
2001-06-11 12:48:45 +00:00
ume
832f8d2249
Sync with recent KAME.
...
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.
TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.
Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks
2001-06-11 12:39:29 +00:00
ache
f7cf9c55dc
ISO_ -> ISO, calendar
2001-06-11 02:59:08 +00:00
ache
943c46a059
ISO_ -> ISO in DOC_LANG
2001-06-11 01:26:52 +00:00
ache
d22795c55e
Back out *.US-ASCII compactification - application should decide
2001-06-10 22:32:39 +00:00
ache
c24b91922a
Add man/en.ISO8859-1 hierarchy
2001-06-10 21:55:32 +00:00
ache
6e29cef514
Deal properly with *.US-ASCII family
2001-06-10 18:44:01 +00:00
ache
fed9bc8f1c
Fix Latin1 man directories for new locale names
2001-06-10 16:36:09 +00:00
brian
8633e3d6ad
Add a missing \n
...
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
PR: 28014
MFC after: 1 week
2001-06-10 16:21:56 +00:00
ache
2b94b62015
New locale names and aliases to old ones
2001-06-10 13:02:52 +00:00
sheldonh
9fc9e018ab
Back out rev 1.268.
...
Requested by: wollman, rwatson
2001-06-10 12:09:11 +00:00
sheldonh
cd6e2ac4a7
Fix /etc/rc so that all remote filesystems, not just NFS, are mounted
...
after the network is configured.
Future remote filesystem types should be added to remote_fstypes, which
is a whitespace-delimited list of type:description pairs.
The specific problem this fixes right now is that smbfs mounts described
in /etc/ftsab were failing.
2001-06-09 09:47:05 +00:00
sf
9f8d5470d7
add new directories for XFree86-4.1.0.
...
Reviewed by: ru
2001-06-07 14:46:55 +00:00
dcs
02da61175c
Unbreak world by adding the new example directiory.
...
Reminded by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
MFC after: 1 week
2001-06-06 19:11:32 +00:00
ru
9f5adf0c13
Don't use tabs here!
2001-06-05 07:07:52 +00:00
joerg
e85616f494
Round #2 of the sys/isa/ic/ => sys/dev/ic/ move: install sys/dev/ic
...
as /usr/include/dev/ic.
2001-06-04 21:15:05 +00:00
markm
1f97b343bd
Extend the su(1) example to take into account recent options to give
...
a more BSD flavour.
2001-06-04 19:52:36 +00:00
ume
475ad9a00b
Remove configuration file for pim6[ds]d.
...
Submitted by: sumikawa
2001-06-04 14:53:52 +00:00
phk
89044d5223
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
phk
eaecb3dfd4
Add diskcheck-daemon.
...
With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.
Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.
Idea by: phk
Written by: ben
2001-06-03 20:02:03 +00:00
brian
fd81208991
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
dougb
05769a88e2
Small adjustment to whitespace in output
2001-06-01 16:40:57 +00:00
ru
e7a85be33f
Remove vestiges of MFS.
2001-06-01 10:07:28 +00:00
obrien
83f8b7087f
Both X11 (3.x and 4.x) currently lack a libdata/ subdirectory,
...
(which is present both in /usr and /usr/local) which is causing a few
ports to erroneously report mtree failures on bento.
Submitted by: ade
2001-06-01 09:56:15 +00:00
markm
281cddbde1
PERL_THREADED is too experimental at this stage. Remove.
2001-05-31 11:19:00 +00:00
dougb
01c607845d
Truly limit the path to local filesystems.
2001-05-31 09:53:53 +00:00
imp
ad49bfa922
Add Billionton LNT-10TN
...
Submitted by: Miklos Niedermayer <mico@bsd.hu>
PR: conf/27726
2001-05-30 21:30:40 +00:00
brian
3322ac2963
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
4358d0941f
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
kuriyama
077e2c3f7b
Add Melco's WLI-PCM-L11G.
...
MFC after: 1 week
2001-05-30 07:09:44 +00:00
imp
46d3c6a72c
List the valid IRQs and the non-sharingness.
...
Submitted by: gshapiro
2001-05-30 05:29:42 +00:00
phk
4228d2730e
Stop creating vn(4) devices.
2001-05-29 09:30:42 +00:00
phk
781572d862
Remove altmodishe "[bc]dev, " comments.
...
PR: 18836
Submitted by: ben
2001-05-29 09:29:29 +00:00
phk
ab5a977c79
/var/log/console.log should be mode 600.
...
PR: 25329
Submitted by: Yoshihiro Koya Yoshihiro.Koya@math.yokohama-cu.ac.jp
MFC after: 1 week
2001-05-28 20:54:34 +00:00
gshapiro
5da52a6936
Take advantage of the new OSTYPE(freebsd4) in sendmail 8.11.4
...
MFC after: 1 week
2001-05-28 17:49:51 +00:00
sheldonh
a58618001f
Replace old-style "chown foo.bar" with orthodox "chown foo:bar".
2001-05-28 13:43:26 +00:00
yar
0727598a0e
Don't confuse the admin with spurious error messages
...
about non-existent mount directories (which would come
into existence after the real mount has occured) when just
testing for if there are any NFS filesystems in /etc/fstab.
PR: bin/26597
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
MFC after: 3 days
2001-05-27 22:50:22 +00:00
sheldonh
c81d83392c
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
hm
c4ad821f8d
update the sample isdnd.rc file with a firmware keyword example and a real
...
world example of the use of the valid keyword in conjunction with budget
handling.
2001-05-27 08:05:57 +00:00
ru
05f3be90b2
- sys/n[tw]fs moved to sys/fs/n[tw]fs
...
- /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
2001-05-26 11:57:45 +00:00
markm
5651273104
Improve and extend. Use new modules to set policy, and provide another
...
example for WHEELSU-type su(1).
2001-05-26 09:56:17 +00:00