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
bmah
5283fe3db7
List new directories created under share/examples/isdn/* in order to
...
unbreak installworld.
2001-05-25 23:40:58 +00:00
ru
8094d979ca
- sys/msdosfs moved to sys/fs/msdosfs
...
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
2001-05-25 08:14:14 +00:00
imp
8e983a955a
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
obrien
62aa1bd59a
I didn't fix the comment in rev 1.107.
2001-05-25 01:46:39 +00:00
obrien
51820b3786
Turn on TCP_EXTENSIONS (rfc1323) by defualt.
2001-05-25 01:43:42 +00:00
ru
196fd7759f
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
ru
35437d86aa
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
...
systems were repo-copied from sys/miscfs to sys/fs.
- Renamed the following file systems and their modules:
fdesc -> fdescfs, portal -> portalfs, union -> unionfs.
- Renamed corresponding kernel options:
FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS.
- Install header files for the above file systems.
- Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland
Makefiles.
2001-05-23 09:42:29 +00:00
dd
82ab5b2b68
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
brian
c5e58141de
Back out previous commit. digiio.h has moved to /usr/include/sys
2001-05-19 09:29:12 +00:00
schweikh
09f7f11479
Anti-foot-shooting for pcvt users: ignore isdn_screenflags which is
...
only for syscons.
Requested by: Alexander Leidinger <Alexander@Leidinger.net>
MFC after: 7 days
2001-05-19 08:17:35 +00:00
obrien
bac609c202
Restore the RSA host key to /etc/ssh/ssh_host_key.
...
Also fix $FreeBSD$ spamage in crypto/openssh/sshd_config rev. 1.16.
2001-05-18 18:10:02 +00:00
brian
ed0f313004
Run network6_pass1 if ipv6_enable is YES
2001-05-18 09:14:39 +00:00
dmlb
8206463188
Add an entry for RAYLINK pccard using the ray driver.
...
MFC after: 3 days
2001-05-17 19:55:11 +00:00
brian
5155b1b679
Add /usr/include/dev/digi/
2001-05-17 01:41:57 +00:00