Andrey A. Chernov
3999be82fa
Call rpc.umntall only if nfs_client_enable, hang occurse otherwise
1999-11-30 03:34:01 +00:00
Nick Hibma
33ba9f8fee
Add the ability to match on device names attached to.
...
If a device is attached to ums4, you can reference this devname in
the configuration file as ${DEVNAME} (a shell variable, yes).
1999-11-28 21:27:31 +00:00
Mike Smith
cd052235cd
As promised long ago, remove the last evidence of the 'sd' driver.
...
SCSI disks are only known as 'da' now.
1999-11-27 21:17:02 +00:00
Poul-Henning Kamp
86e88eb492
Do not create bdev nodes anymore. Instead create cdev nodes with the
...
same names:
rover# ls -l /dev/*wd0a
crw-r----- 1 root operator 3, 0 Nov 26 20:20 /dev/rwd0a
crw-r----- 1 root operator 3, 0 Nov 26 20:20 /dev/wd0a
Notice: Over time, no earlier than FreeBSD 5.0, the "r*" names may
be discontinued. A fair number of programs and scripts need to
(un)learn some tricks before then.
This will take no effect until you either run MAKEDEV by hand or
reinstall your system.
WARNING: Kernels older than approx November 22 will not be happy
about a /dev created with MAKEDEV after this commit. Please update
your /kernel.good etc.
1999-11-26 20:45:26 +00:00
David E. O'Brien
dfe43144ff
MFS: note that only IP addresses work when wrapping the portmapper.
...
Make clearer we consider this only an example, and admins should really
write this file for their needs.
1999-11-25 03:00:44 +00:00
Nick Hibma
efb9fba1e1
Make the devices for the endpoints 0-15, not only for 0. This creates
...
ugen0 and ugen0.1 - ugen0.15, not only ugen0 (control endpoint).
1999-11-24 21:05:59 +00:00
Poul-Henning Kamp
d21c76f6ef
Remove /dev/drum
1999-11-24 19:14:11 +00:00
Poul-Henning Kamp
a886b6851f
Remove leftover reference to the "od" devices.
1999-11-24 19:07:31 +00:00
Alfred Perlstein
f41581f80f
we all like to 'Use' ppp, but this should be 'User'
...
Pointed out by: dcs
1999-11-24 10:44:47 +00:00
Andrey A. Chernov
0a0be98ce3
Remove man_locales - goes to manpath.config
1999-11-23 03:24:20 +00:00
Andrey A. Chernov
6e31a7f7fc
Use manpath -L for man locales
1999-11-23 03:21:19 +00:00
Brian Somers
2d904a8ba9
Oops, typo
1999-11-23 00:26:03 +00:00
Brian Somers
6c62fd3e55
Add pppoed startup options
1999-11-23 00:22:25 +00:00
Nick Hibma
0ee137258d
Flip the sequence of vendor, product around, to make it consistent
...
with the rest of the world. This avoids confusion when talking about
VID.PID.RID vs. PID.VID.RID. The former is the sequence normally used.
1999-11-22 19:08:36 +00:00
Matthew Dillon
a69497d73f
Finish up umntall support. init now passed an argument to the
...
rundown script 'reboot' or 'single'. ISO support (which never
worked) has been removed from mount_nfs. mount_nfs and umount
now use mounttab, which allows umntall to work properly. The
rc scripts now call umntall as appropriate.
Submitted by: Martin Blapp <mb@imp.ch>
1999-11-22 04:23:11 +00:00
Nick Hibma
05e68e47a3
Add the usbd.conf to the distribution target.
1999-11-22 04:19:06 +00:00
Nick Hibma
7183c3f848
Add event queue handling. It triggers activities on events read from
...
/dev/usb. The actions are specified in the file /etc/usbd.conf.
usbd.c:
- Add event queue (/dev/usb) handling.
- Add comments
- Clean up code some more
usbd.8:
- Update manpage for the new command line flags
- Remove a duplicate FreeBSD tag from it).
usbd.conf, usbd.conf.5, Makefile:
- Add the usbd.conf configuration file and the man page for it.
NOTE: MAKEDEV already creates the /dev/usb device tree node, no change
needed there anymore.
1999-11-21 17:44:43 +00:00
Mike Smith
d5f08622ae
Fix the entry for the NetGear FA410TX, which appears to have been committed
...
untested (invalid syntax, and config index 0x1 does not appear to exist in
the card as it currently ships).
1999-11-21 09:48:15 +00:00
Ollivier Robert
3e08b029e3
Add share/examples/netgraph.
...
Forgotten by: our friends at Whistle.
1999-11-19 12:14:10 +00:00
Peter Wemm
fb59bcdfa5
Use a common MAKEDEV between the Alpha and i386 - the only differences
...
of significance were due to the Alpha version going stale. We use common
device numbering for devices. Hopefully, this file's days are numbered.
1999-11-18 04:31:31 +00:00
Nick Hibma
bdf1e3f204
Add the entry for usb (as opposed to usb<number>). It's minor is equivalent
...
to usb255 and will be used for the event queue of the usb daemon.
1999-11-17 23:02:34 +00:00
Andrey A. Chernov
08221ae7d5
Add network pass4 - after all local (/usr/local/etc/rc.d f.e.)
...
daemons started. Move log_in_vain option there. It is needed to avoid
lot of connections to port 80 logged on production WWW server prior
Apache started from /usr/local/etc/rc.d
1999-11-17 22:38:02 +00:00
Roger Hardiman
cf9e527008
Add Nokia Cellular Data Card DTP2 and DTP-2 ver II
1999-11-16 17:44:31 +00:00
Andrey A. Chernov
319f15a262
Add single_mountd_enable hook to run mountd but not NFS server
...
Needed for machine with CFS but without real NFS
1999-11-14 21:28:13 +00:00
Søren Schmidt
2e43037a03
cleanup the IDE cases a bit, add the ad driver to the all: target.
1999-11-09 12:53:01 +00:00
Jonathan Lemon
fd9ec25aaa
Add missing netinet6.
...
Detected by: make world
1999-11-05 18:49:00 +00:00
David E. O'Brien
308ca13229
Entry for Network Everywhere Ethernet 10BaseT PC Card.
...
Submitted by: alfred
1999-11-05 11:21:19 +00:00
David E. O'Brien
ebc42ad746
Add entry for BayNetworks NETGEAR FA410TXC Fast Ethernet. Poster had this
...
in PAO format, so there might be a buglet in my conversion.
Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
1999-11-05 11:17:23 +00:00
David E. O'Brien
d679e21b7c
Add network entry for Xircom Realport (Ethernet + modem).
...
Submitted by: Nick Slager <nicks@albury.net.au>
1999-11-05 11:11:09 +00:00
Ruslan Ermilov
8a9c5a82c0
Pass IP fragments with non-zero offset. The semantics of matching
...
IP fragments has been changed in src/sys/netinet/ip_fw.c,v 1.78.
Reminded by: "Ronald F. Guilmette" <rfg@monkeys.com>
1999-11-04 10:13:59 +00:00
Guy Helmer
c12c023aa4
"make install" did not install 150.clean-hoststat.
...
PR: bin/12497
1999-11-04 03:00:33 +00:00
Boris Popov
fc29213506
Add share/examples/nwclient directory.
1999-11-03 11:57:04 +00:00
Nik Clayton
7444245a73
Document the ch* devices.
...
PR: docs/14401
Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
1999-11-01 19:45:59 +00:00
Poul-Henning Kamp
942df157ca
Fix a rather amusing bug.
...
Try this:
setenv LANG ASCII
cal 1999
:-)
PR: 12116
Submitted by: Anton Berezin tobez@plab.ku.dk
Reviewed by: phk
1999-10-30 07:28:49 +00:00
David E. O'Brien
a6f694bda1
Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0.
...
Noticed by: bde
1999-10-30 07:00:13 +00:00
Peter Wemm
d3d3794b0e
Actually install the rc.sysctl file (the one that reads /etc/sysctl.conf)
1999-10-29 01:33:49 +00:00
Matthew Dillon
3509715716
Remove make.conf from /usr/src/etc/ in favor of the one in
...
/usr/src/etc/defaults/
Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
1999-10-28 21:38:47 +00:00
Matthew Dillon
f589c4caf7
adjust Makefile to handle make.conf's new location
...
Approved by: "Jordan K. Hubbard" <jkh@zippy.cdrom.com>
1999-10-28 21:31:46 +00:00
Jonathan M. Bresler
2d7a9a2efd
add sample entry for Linksys 10/100 card
1999-10-28 12:32:55 +00:00
Nick Sayer
3af7d635f1
Add commented entry to the lo0 section inviting bridge users to
...
enable ARP on filtering bridges.
1999-10-24 00:26:49 +00:00
Julian Elischer
4cf49a4355
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
...
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org )
Obtained from: Whistle CVS tree
1999-10-21 09:06:11 +00:00
Ruslan Ermilov
59e92b4999
Allow for incoming DNS UDP queries.
1999-10-20 08:15:13 +00:00
Andrey A. Chernov
cd23b8bf85
add uk_UA.KOI8-U locale dirs
1999-10-18 20:18:04 +00:00
Jun Kuriyama
42b8d51e00
Add Allied Telesis CentreCOM LA-PCM_V2 entry.
...
Submitted by: sanpei@sanpei.org
PR: conf/14301
1999-10-16 13:52:43 +00:00
David E. O'Brien
29abbacb90
Remove "-k" (kernel-arch) as "i386" is not appropriate on the Alpha.
...
Also remove the "-d" domain option, as if someone is savey enough to want
this, they are savey enought to make a custom amd_flags in /etc/rc.conf.
1999-10-16 05:42:50 +00:00
Brian Somers
ae409c2b97
Fix ``MAKEDEV acd''
...
Spotted by: Mark Knight <mkn@FreeBSD.org.uk>
1999-10-15 16:20:58 +00:00
Boris Popov
f24bb3a4b3
Make libncp actually compiled.
...
Reviewed by: mdodd
1999-10-14 06:40:46 +00:00
Philippe Charnier
3cfb550ba3
typo
1999-10-12 19:23:51 +00:00
Justin T. Gibbs
118b8f31d3
Remove references to the od driver. These devices are no attached by
...
the da driver and using the same major/minor scheme with the old name
only leads to confusion.
PR: misc/14279
1999-10-12 15:51:58 +00:00
Jun Kuriyama
105620eaa5
Add I-O DATA PCLATE entry.
...
Submitted by: sanpei@sanpei.org
PR: conf/13038
URL: http://www.iodata.co.jp/products/pccard/pclate.htm
1999-10-11 05:01:08 +00:00
Peter Wemm
8d741ff43c
Remove ipl hooks (bring on DEVFS! :-)
1999-10-10 15:14:46 +00:00
Peter Wemm
41c2fcf401
remove ipl hooks
1999-10-10 15:13:48 +00:00
Jun Kuriyama
381d8f3644
Add COREGA EtherII PCC-T entry.
...
Submitted by: KANAZAWA makoto <mako@tcn-catv.ne.jp>
PR: conf/12650
1999-10-07 15:50:44 +00:00
Mike Smith
dbb1a3463c
Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID
...
and Myles drivers respectively.
1999-10-07 02:37:04 +00:00
Sheldon Hearn
a0468d95ed
Do not misinterpret blank and comment lines as passwordless accounts.
...
PR: 13909
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
1999-10-06 10:29:33 +00:00
Sheldon Hearn
023fff94a5
The previous commit missed two unquoted variable expansions. This had
...
the unfortunate side-effect of breaking the security script for hosts
without kernel support for IPFW. Fix.
Reported by: jhay
1999-10-04 14:54:34 +00:00
Andrey A. Chernov
26279dd9dd
add ru_RU->ru_SU alias for 8859-5
1999-10-03 00:48:24 +00:00
Andrey A. Chernov
b7d9493ed1
add ru_SU.ISO_8859-5 locale dirs
1999-10-03 00:44:56 +00:00
Bill Fumerola
f967923cf8
If dumpdev exists, it's automatically enabled. Change comment to reflect.
1999-10-01 00:13:44 +00:00
Mike Pritchard
c124f1f780
Fix a typo in a comment.
1999-09-30 04:55:23 +00:00
Nick Sayer
011afabb7a
Slight reordering of /etc/rc order: It now goes
...
...
recover vi
msgs/bounds
update MOTD
rc.{arch}
rc.devfs
rc.local
$local.startup
securelevel
The motive behind this is to delay rc.{arch} as long as possible,
as it loads the screensaver, which kills the splash screen.
But at the same time, it can't be done after rc.devfs, as
that might depend on arch specific actions. rc.local and local.startup
also should come after these, and securelevel must be last of all.
1999-09-24 06:49:00 +00:00
Jonathan M. Bresler
47b69cc1b8
Add information and configuration on the DUL.
...
Based upon a suggestion from
Don Croyle <croyle@gelemna.ft-wayne.in.us>.
1999-09-23 22:48:12 +00:00
Joseph Koshy
8e814a064f
Remove the "vinum_drives" rc.conf knob. According to Greg <grog@lemis.com>
...
this is no longer the right way to start Vinum unless you are doing some
kind of maintenance, and that's not the sort of thing that would go into
rc.conf.
1999-09-22 06:31:32 +00:00
Poul-Henning Kamp
589dd32c10
Add support for md driver.
...
sort some comments
1999-09-21 11:11:26 +00:00
Brian Feldman
eb0519dbda
Make the firewall file variable space-safe.
1999-09-19 21:32:42 +00:00
Andrey A. Chernov
22ec1a0d38
Oops, patch applied to wrong place.
1999-09-15 18:58:33 +00:00
Andrey A. Chernov
0dd0f9be49
add mdoc/locale
1999-09-15 18:52:44 +00:00
David E. O'Brien
e5ee615637
Be slightly less verbose.
1999-09-15 11:17:59 +00:00
Peter Wemm
77dec3a0c7
Add a hook for disabling cvs and collect a few similar options together.
...
(We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
1999-09-15 03:52:17 +00:00
David E. O'Brien
24002cc8bc
/emulation/binary compatibility/
1999-09-15 02:25:13 +00:00
David E. O'Brien
1ac46012af
/Linux emulation/Linux mode binary compatibility/
1999-09-15 02:08:45 +00:00
Peter Wemm
6cabfb3832
Add/adjust some $FreeBSD$ tags.
...
Noted by: Doug <Doug@gorean.org>
1999-09-13 17:09:08 +00:00
Bruce Evans
c0d43b32c1
Fixed some disordering (mainly of case lists for disks).
...
Fixed bitrot in the `wcd*)' case.
1999-09-13 16:15:58 +00:00
Sheldon Hearn
321704296f
Apply a consistent style to most of the etc scripts. Particularly, use
...
case instead of test where appropriate, since case allows case is a sh
builtin and (as a side-effect) allows case-insensitivity.
Changes discussed on freebsd-hackers.
Submitted by: Doug Barton <Doug@gorean.org>
1999-09-13 15:44:20 +00:00
Dag-Erling Smørgrav
8dc47ef606
Fix disordering introduced in my previous commit.
...
Pointed out by: bde
1999-09-13 09:45:07 +00:00
Ollivier Robert
2a87314062
This fix adds checking for the existance of the /var/msgs
...
directory before attempting to create the bounds file.
PR: bin/13184
Submitted by: "Stephen J. Roznowski" <sjr@home.net>
1999-09-12 18:13:11 +00:00
Dag-Erling Smørgrav
e46cd3d4d2
Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl
...
variables, conditional on the TCP_RESTRICT_RST and TCP_DROP_SYNFIN kernel
options, respectively. See the comments in LINT for details.
1999-09-12 17:22:08 +00:00
Andrey A. Chernov
2c3cb52472
add tmac/locale for man l10n tweaks
1999-09-11 19:11:03 +00:00
Andrey A. Chernov
c664bb9110
Add man_locales knob to specify localized man subdirs for makewhatis and
...
catman
1999-09-11 19:00:41 +00:00
Andrey A. Chernov
77adc291c6
localize it
...
Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
1999-09-11 18:55:02 +00:00
Chris Piazza
22e1fe88a2
set check_quotas="YES" as the default.
...
PR: 13603
Submitted by: Alex Perel <veers@distributed.net>
Reviewed by: billf
1999-09-06 20:22:40 +00:00
Nick Hibma
d98069654d
Move /var/cron/log to /var/log/cron
1999-09-06 20:10:27 +00:00
David E. O'Brien
4f6dbaf7b7
Add entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.
...
This was tested on a ND5100 rev.A2 card.
1999-09-06 18:29:09 +00:00
Peter Wemm
3267d6293d
$Revision$ -> $FreeBSD$
1999-09-05 15:15:07 +00:00
Mark Murray
37103b14af
Knob for Perl thread support.
1999-09-04 10:03:27 +00:00
Tim Vanderhoek
fa9b8447b7
Add /usr/share/examples/more/. Will contain sample config files that
...
give our more(1) keymappings similar to less(1) and most(1). Initially
these config files will support only a subset of less and most keymappings.
1999-09-03 22:21:47 +00:00
Peter Wemm
805e4f2d64
-background is also a legitimate ppp mode. Don't change it to -auto.
1999-09-01 08:57:01 +00:00
Warner Losh
8b2bfd893a
Remove all non-file like things in /var/tmp/vi.recover on reboot.
1999-08-30 03:34:46 +00:00
Peter Wemm
9b7a44a60e
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
Jordan K. Hubbard
50b14091b7
Catch an extra X on DHCP.
...
Spotted by the eagle eyes of: Pierre DAVID <Pierre.David@prism.uvsq.fr>
1999-08-27 22:15:15 +00:00
Sheldon Hearn
8ce51e77e2
Small whitespace change to fix run-over lines introduced in the previous
...
commit.
Reported by: bde
1999-08-27 10:59:40 +00:00
Nik Clayton
c6f7f343c9
Pull the FDP maintained documents (that's the FAQ, the Handbook, the
...
tutorials, and all the language translations thereof) out of here. They
still install here, but the installation routine in doc/ sorts that
out.
1999-08-26 19:48:39 +00:00
Rodney W. Grimes
d253d56215
Looks like I missed a little white space error, fixed.
1999-08-25 21:49:37 +00:00
Sheldon Hearn
b68adff6b7
Style clean-up:
...
* All variables are now embraced: ${foo}
* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator
* All empty string tests now take the form:
[ -z "${foo}" ]
* All non-empty string tests now take the form:
[ -n "${foo}" ]
Submitted by: jkh
1999-08-25 16:01:45 +00:00
Rodney W. Grimes
928b6de37c
This cleans up all the white space errors so that the next
...
commit is easier to understand.
1999-08-24 03:51:34 +00:00
Rodney W. Grimes
f10c8263aa
Fix script in README to actually work, empty lines produce as
...
much a diff as lines with the wrong stuff on it.
Add references in mtree data files to the README.
1999-08-23 05:12:43 +00:00
Rodney W. Grimes
9998ec0eb0
An explination of how to keep these files in good working order.
...
Reviewed by: bde
1999-08-23 01:16:26 +00:00
Brian Somers
cdd53d9ce9
ppp_alias -> ppp_nat
...
Submitted by: Josef L. Karthauser <joe@FreeBSD.org.uk>
1999-08-22 23:26:05 +00:00
Tim Vanderhoek
bcfc146827
Grammar and formatting touch-ups to comments.
1999-08-22 19:42:40 +00:00
Brian Feldman
fa62586ae7
This is the addition of a syslog(3) security.* top-level category. This
...
should be used from now on for anything security but not auth-related.
Included are updates for all relevant manpages and also to /etc files,
creating a new /var/log/security. Nothing in the system logs to
/var/log/security yet as of the time of this commit.
Reviewed by: rgrimes, imp, chris
1999-08-21 18:24:29 +00:00
Masahide MAEKAWA
509dbe19d2
added usb0 to 'all' target for usbd(8)
1999-08-21 18:01:42 +00:00
Brian Somers
b6bc698bc1
Quieten ppp at startup.
1999-08-19 21:15:16 +00:00
Ruslan Ermilov
f32c200565
Nuke /usr/share/misc/pkg_manage.
...
PR: 13228
Submitted by: "Alexey M. Zelkin" <phantom@cris.net>
1999-08-19 07:10:26 +00:00
Sheldon Hearn
a0c6c4d6ce
Use a colon (:) instead of a period (.) to distinguish the group name
...
from the user name when using chown(8).
PR: 13157
Reported by: Patrick Powell <papowell@astart.com>
1999-08-16 16:00:23 +00:00
David E. O'Brien
0a06bd4111
s/Yes/YES/g. `tcp_extensions''s comment implied "Yes" was a valid value
...
for turning on the feature. Which is wrong.
Submitted by: bde
1999-08-14 17:15:19 +00:00
David E. O'Brien
095de884aa
Hopefully clarify "log_in_vain" knob's comment.
...
Reviewed by: bde, sheldonh, andreas
1999-08-14 17:13:40 +00:00
Sheldon Hearn
49b046bdf4
Don't force compression in SUPFLAGS, since that effectively negates
...
the functionality of the compression option in the supfile.
Reported by: Ben Rosengart <ben@skunk.org>
1999-08-14 14:05:40 +00:00
David E. O'Brien
c0a594a112
Use proper capitalization.
1999-08-14 03:42:27 +00:00
David E. O'Brien
721d62f7be
Use better comment for tcp_keepalive option.
...
Submitted by: imp
1999-08-14 03:41:56 +00:00
Sheldon Hearn
7312edcec3
Axe LOGIN_CAP_AUTH.
...
PR: 10115
Reported by: Gene Skonicki <gene@cif.rochester.edu>
Requested by: jdp
1999-08-13 16:51:40 +00:00
Dag-Erling Smørgrav
18d3153ead
Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, for
...
respectively logging and dropping ICMP REDIRECT packets.
Note that there is no rate limiting on the log messages, so log_redirect
should be used with caution (preferrably only for debugging purposes).
1999-08-10 09:45:33 +00:00
Poul-Henning Kamp
d30b372af7
Move cronjob up one minute to get it out of the 02:00-03:00 happy hour
...
of daylight savings changes.
Submitted by: Doug <Doug@gorean.org>
Reviewed by: phk
1999-08-09 19:56:29 +00:00
Peter Wemm
b39c728a8d
Perhaps I should have looked at the whole file rather than just the delta.
...
Use -eq rather than -ne.
Obtained from: OpenBSD (millert, etc/rc rev 1.104)
1999-08-06 06:22:43 +00:00
Peter Wemm
855f92eae0
I don't think `customify' is a real word.
1999-08-06 06:20:19 +00:00
Peter Wemm
f837ca75aa
Don't use /tmp/_motd in the aftermath of the chflags(2) revelations.
...
Obtained from: OpenBSD (millert etc/rc rev 1.102 and hugh)
1999-08-06 06:16:06 +00:00
Sheldon Hearn
87178415f4
Add a sample entry for Exim, in preparation for the upcoming behaviour
...
change in the port, where TCP Wrapper support will become the default.
Requested by: markm
1999-08-03 14:52:46 +00:00
Eivind Eklund
e95e0696fa
Better comment on ntpdate_enable - if I have misunderstood when
...
ntpdate was run (I thought it was cron'ed), other people probably do
too.
1999-08-03 10:11:02 +00:00
Warner Losh
3ee2311670
Clear flags on psuedo terminals before trying to chmod and chown them.
1999-08-02 05:42:44 +00:00
Nik Clayton
f3fd3a0091
Explicitly list the i/o addresses of the serial ports.
...
Prompted by docs/12343, in which people seemed to get a little confused.
The original text in the file said:
[...]
# By default we use COM1 as our serial console port *if* we're going to use
# a serial port as our console at all. (0x3E8 = COM2)
#
#BOOT_COMCONSOLE_PORT= 0x3F8
[...]
From what I can make out, some people have assumed that means that if
they just uncomment the BOOT_COMCONSOLE_PORT then it will use COM2:
These same people then assume that "0x3F8" on that line is a typo for
"0x3E8".
What it actually means is that if you uncomment the line then the default
stays as "Ox3F8" (COM1:), and that you have to uncomment the line, *and*
change the value of the variable in order to use COM2:.
So I've made that a little bit clearer. I've also listed the hex values
for COM1: thru COM4:, snarfed from sys/isa/isareg.h.
PR: docs/12343
Submitted by: Bill Grunfelder <wjgrun@dippy.cyberwar.com>
1999-07-28 20:28:54 +00:00
Nik Clayton
ee2b26513a
FreeBSD.ORG -> FreeBSD.org
1999-07-27 18:23:14 +00:00
Brian Somers
73fac075b2
Start ppp before natd, not afterwards.
...
Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
1999-07-26 15:17:23 +00:00
Brian Somers
51f80ae148
Add a default ppp.conf (mode 600).
...
Originally submitted by: Wayne Self <wself@cdrom.com>
Allow a ppp startup option in rc.conf.
Adjust sysinstall so that it appends to the end of ppp.conf
and uses the generated profile to start ppp in auto mode on
boot.
Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
1999-07-26 10:49:37 +00:00
David E. O'Brien
85acfe393e
Don't background pccardd, it nullfies the "-z" flag. pccardd itself
...
daemonizes, lets just let things progress normally.
1999-07-26 01:08:16 +00:00
Tatsumi Hosokawa
9c0d07cf60
Added CyQ've ELA-010 Ethernet Card
1999-07-25 01:56:16 +00:00
Tatsumi Hosokawa
c979246fd1
3C574TX Fast Etherlink PC-card support.
1999-07-25 01:21:44 +00:00
Brian Feldman
22a8ff637d
Add -n to the example and explanation of the internal auth service.
1999-07-24 17:19:54 +00:00
Sheldon Hearn
3467b84849
Document the -o and -t options to the internal auth service and give an
...
example of their usage in the sample config. Merge the two examples
for the green internal auth service.
This commit failed the first time around because Brian beat me to the
punch on inetd.8 . I like my descriptions better and I'm pretty sure
Brian won't mind.
1999-07-23 15:49:34 +00:00
David E. O'Brien
59d057112c
Add ``cvsup''.
1999-07-21 20:56:00 +00:00
Jordan K. Hubbard
2a622f9d9f
Use a less annoying default hostname.
1999-07-18 09:58:01 +00:00
John Polstra
46270bddbc
Remove trailing whitespace from a couple of lines. It made its way
...
into the .cf file and gave sendmail indigestion.
1999-07-17 23:22:13 +00:00
Brian Feldman
e1e112f9a0
I think the last revision got lost here. Identd needs to be run as root,
...
at least for now. I relegated the getcred sysctls to only root, but if
they're deemed to be "allowable" to export to users, I'll do so and
revert this change.
1999-07-16 16:24:13 +00:00
Sheldon Hearn
2ab0563dfe
Document the new {auth,ident,tap} service and provide examples in the
...
configuration file.
Requested by: green
1999-07-16 15:41:14 +00:00
Jordan K. Hubbard
e98e9050af
Allow DHCP to be used in an ifconfig variable instead of the usual
...
address information, producing the obvious effect (dhcp configuration).
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
1999-07-16 09:26:53 +00:00
Brian Feldman
d33eb4c802
This is the working internal ident service. Turn it on by setting
...
the make variable REAL_IDENT, and ~/.fakeid support can be added
with FAKEID set. Note that the default behavior is the same as
the old behavior.
1999-07-15 01:34:02 +00:00
Andrey A. Chernov
a752e66f03
Due to recent pidentd port changes (switch to sysctl), identd must be
...
runned as root again, not kmem:kmem
1999-07-15 01:06:13 +00:00
Nik Clayton
d7dcd048aa
Be a little clearer about login_getpwclass(3), and its penchant for
...
looking up a record called "root".
PR: docs/12377
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
1999-07-14 22:36:10 +00:00
Mitsuru IWASAKI
325d70e4ed
Refine on explanation for apm stuff.
...
Make it clear that apmd depends on apmconf -e.
Reviewed by: obrien, my friend :-)
1999-07-12 17:20:29 +00:00
Mitsuru IWASAKI
6f0b5cda2f
Add apmd_enable and apmd_flags for the boot-time optinos.
...
Pointed out by: obrien
Forgotten by: iwasaki
1999-07-11 04:05:45 +00:00
Mitsuru IWASAKI
701279af09
Put apmd configuration and rc files in /etc.
...
Update some files for apmd.
1999-07-10 18:02:42 +00:00
Poul-Henning Kamp
4466b0f0ab
Add a pseudo target called "jail" which DTRT for a jail(2)'ed /dev
1999-07-09 21:35:17 +00:00
Sheldon Hearn
68d0ed40e4
Fix typo in previous commit.
...
Reported by: bde
1999-07-09 13:37:59 +00:00
Sheldon Hearn
60c29c409f
Add the pps (Pulse per second timing interface) device.
...
PR: 12568
Submitted by: Craig Leres <leres@ee.lbl.gov>
1999-07-09 12:52:04 +00:00
Sheldon Hearn
10d03f50ad
Allow internal and external wrapping to be enabled independantly of
...
each other. Instead of allowing the -w option to be specified twice,
we now take -w (wrap external) and -W (wrap internal).
Discussed with: markm
1999-07-09 11:19:01 +00:00
David E. O'Brien
946d53a1b3
Install dhclient.conf.
...
PR: conf/12458
Submitted by: Doug <doug@gorean.org>
1999-07-09 05:30:33 +00:00
Peter Wemm
d45821b19b
Tweak previous commit. Only sense the configuration if network_interfaces
...
is set to "auto". Any network_interfaces settings will be treated as
before.
1999-07-08 18:56:04 +00:00
Peter Wemm
9c65a84aea
Do away with ${network_interfaces} in rc.conf. Just use ifconfig -l
to
...
get a list of interfaces, and then automatically configure them if
${ifconfig_${ifn}} or /etc/start_if.${ifn} exists.
This makes it a lot easier to deal with machines that constantly change
their network configuration as you can leave ifconfig settings for all
the possible cards - just the ones that are present will be configured.
1999-07-07 12:49:47 +00:00
Bruce Evans
c65e877457
Removed bogus quotes in descriptions of disk devices. Only "Winchester"
...
disk devices are so-called.
1999-07-07 12:00:42 +00:00
Tatsumi Hosokawa
c5f6486175
Removed my name and (old) e-mail address from comments.
1999-07-07 01:26:55 +00:00
Tatsumi Hosokawa
8076c80767
Added pccard_conf parameter to /etc/rc.conf,
...
and set it to "/etc/pccard.conf.sample" in /etc/defaults/rc.conf.
Perhaps this default value can be inappropriate,
but I set to this value for the convenience of PC-card boot.flp users.
Please correct it if there are better solutions.
1999-07-07 01:19:15 +00:00
Mike Smith
6af3ef182b
Add support for the 'ida' driver.
1999-07-05 09:18:57 +00:00