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