Jordan K. Hubbard
bc775f8b25
Allow distributions to be excluded more easily in scripts.
...
Submitted by: Brian Dean <brdean@unx.sas.com>
1999-11-08 11:51:57 +00:00
Brian Somers
6b8b6bef1a
Don't zero-pad netgraph node ids
...
Recommended by: julian
1999-11-07 09:03:45 +00:00
Chris Costello
b1d9984e17
Fix spelling errors.
...
(``compatible'' is misspelled here as ``compatable'')
1999-11-07 01:24:47 +00:00
Brian Somers
87c3786e7f
Support PPPoE
...
Help (lots) from: julian, archie
Facilities from: ahebert@pubnix.net
1999-11-06 22:50:59 +00:00
Eivind Eklund
aa510d6741
Flag empty UID entries as errors (to stop typos from turning into
...
alternate root accounts).
1999-11-06 20:21:04 +00:00
David E. O'Brien
b33d8b6d7f
Update for 6.0.3s1 changes.
1999-11-05 12:34:00 +00:00
Jordan K. Hubbard
bbf0b709cd
Make sure modes on new skeleton files are correct.
1999-11-05 11:04:30 +00:00
Julian Elischer
a8ae1d2ba8
Description
...
repquota reports softlimits, hardlimits and ``used'' field
incorrectly, namely those numbers get wrapped modulo 4Gbytes.
PR: bin/8164
Submitted by: Anton Berezin <tobez@plab.ku.dk>
1999-11-01 04:46:09 +00:00
Chris Costello
fd27f1594e
`mergemaster'' was repo-copied to
`mergemaster.sh'' as it's a shell script.
...
Delete the original mergemaster and modify Makefile to install mergemaster.sh.
Seen no problem with by: billf
No objections by: Doug Barton
1999-11-01 04:29:05 +00:00
Mike Pritchard
522b3dcd28
Some spelling/grammar fixes.
1999-10-30 21:11:55 +00:00
Mike Pritchard
c66c86f451
Spelling fix.
...
Also fix a minor mdoc style problem that I noticed.
PR: bin/14589
Submitted by:hristian Weisgerber <naddy@mips.rhein-neckar.de>
1999-10-30 19:42:31 +00:00
Mike Pritchard
d824825b45
Spelling fix.
...
PR: bin/14588
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-10-30 19:36:42 +00:00
Alexey Zelkin
9b8ef6b73a
$FreeBSD$ tags moved to bottom of license aggmt.
1999-10-30 16:05:26 +00:00
Alexey Zelkin
fce5ff3017
Remove comments left since mdoc.template time or just useless comments
1999-10-30 15:38:20 +00:00
Alexey Zelkin
e1e5fdf6d4
mdoc(7)'fy
1999-10-30 15:12:25 +00:00
Alexey Zelkin
840c0de7aa
``tty'' is not required parameter
1999-10-30 14:52:24 +00:00
Alexey Zelkin
669faca4c4
Fix broken cross reference : kldload(1) -> kldload(8)
1999-10-30 14:25:55 +00:00
Marcel Moolenaar
c1454d67ec
Add option "-d destdir" which instructs config to use another output
...
directory than the default one. If the option is not given, then the
output of config is exactly as before. Only when an alternate output
directory has been specified will config modify its behavior.
Additional changed:
o Remove the now conflicting and unused NODEV define. It
conflicts with NODEV in sys/param.h.
o Rename the now conflicting MACHINE token to ARCH. It
conflicts with MACHINE in sys/param.h.
o Fix some easy style bugs.
o Fix some easy grammar bugs in the manpage.
Approved by: peter, archie
1999-10-30 10:55:48 +00:00
Archie Cobbs
fa2518ab1f
Limit COPTS added by Makefile to just '-Wall'.
1999-10-28 20:17:13 +00:00
Archie Cobbs
0d6985e2c1
If we get an EPROTONOSUPP error when trying to create the netgraph socket
...
node, it's most likely because the "ng_socket.ko" KLD is not loaded yet.
So make an attempt to load it before giving up.
1999-10-27 22:17:18 +00:00
Archie Cobbs
142ebf4ad6
Remove extraneous -I compile flag that was used during testing.
1999-10-27 22:14:04 +00:00
Bill Fumerola
256d3d1de0
Add IGNORE_MOTD to allow the sysadmin to ignore (likely) differences in
...
the FreeBSD default motd and the system motd
Submitted by: author
1999-10-26 19:06:31 +00:00
Bill Fumerola
5edab78fb5
Use $FreeBSD$ (instead of the author's $Revision$) to report the
...
version number now that we have it.
Reviewed by: author
1999-10-26 19:05:04 +00:00
Bill Fumerola
24518e4c42
freebsd -> FreeBSD
1999-10-26 18:57:04 +00:00
Bill Fumerola
31b8a7c28b
Add $FreeBSD$
...
Submitted by: chris
1999-10-26 18:54:57 +00:00
Bill Fumerola
deb5a6cd09
Co-MAINTAINER this module.
1999-10-26 18:52:36 +00:00
David Nugent
05c30f03e6
Don't try updating the passwd file if no data has changed. This allows things
...
like "pw usermod <name> -m" to work for non-local NIS users; since no attempt
is made to update the password entry, the home directory will be created and
populated as expected without error.
1999-10-26 15:07:20 +00:00
David Nugent
2399cd14a7
Add new functionality "lock" and "unlock" to provide a simple password
...
locking mechanism for users. This works by prepending the string
"*LOCKED*" to the password field in master.passwd to prevent successful
decoding.
1999-10-26 08:34:09 +00:00
David Nugent
480207ab3d
Missed statement in password update relating to the previous change
...
to fileupdate() which prevented pwd_mkdb(1) from being run.
1999-10-26 08:30:20 +00:00
David Nugent
c190a0f584
Clean up error handling in fileupdate(), which now returns 0 on success
...
instead of a boolean. This replicated through he front-end sub-functions
relating to add, delete, modify entries in passwd & group files
Errno is now preserved so output of errc()/warnc() will be less obfuscated
by subsequent errors when reporting the problem.
Add more intelligent error handling when attempting to modify/delete NIS
entries with no corresponding local database entry.
[MFC to stable in a couple of weeks to keep both in sync]
1999-10-26 04:27:14 +00:00
Bill Fumerola
f543e6bdd2
Add $FreeBSD$
1999-10-25 21:51:04 +00:00
Brian Somers
c116e0c0aa
Introduce ``set logout''; another chat script. This is in preparation
...
for the abstraction of ``set dial'' and ``set hangup''.
1999-10-25 13:49:44 +00:00
Brian Somers
bacfb041e0
Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.
1999-10-25 13:31:42 +00:00
Sheldon Hearn
07ce2a90b3
Do not rely on malloc() to zero-fill allocated memory, since it is
...
not documented as doing so. This fixes a potential segmentation
violation.
PR: 14465
Reported by: Tony Finch <fanf@demon.net>
1999-10-25 09:46:57 +00:00
Matthew Dillon
ebdb21f429
Put include <netgraph.h> back in - problem was due to a cvsup mess on
...
freefall. There may also be a real problem w/ buildworld but the fix
would go somewhere else, not here.
1999-10-24 02:58:39 +00:00
Matthew Dillon
f41f949d09
Cleanup missing includes, stale includes, and a few printf format
...
inconsistancies.
1999-10-23 17:45:11 +00:00
Brian Somers
1a80353cd8
Manually create a correct(*) entry in wtmp when logging out a PPPoTCP or
...
PPPoUDP connection.
(*) This is as correct as ftp and uucp wtmp entries are - that is,
multiple concurrent connections will not record enough information
in wtmp to tell last(1) who was logged in for how long.
1999-10-21 21:55:22 +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
Brian Somers
f1b965c94b
If we're running ppp -direct over a tcp or udp connection,
...
record the IP number in the `from' slot and not the tty slot.
We put ``ppp'' in the tty slot - in line with what ftp (and
probably others) does.
1999-10-21 01:19:23 +00:00
Brian Somers
1b02dfb47c
Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want to
...
re-open a device. The fact that we're in NETWORK phase indicates
that there are other links in DATALINK_OPEN and that we don't want
to stop using them.
1999-10-21 00:19:33 +00:00
Bill Fumerola
24ff9bb509
mergemaster bmake glue.
1999-10-20 07:33:09 +00:00
Bill Fumerola
b9d7a08d37
Import mergemaster into the tree, a product of freebsdcon.
...
Submitted by: Doug Barton <doug@gorean.org>
1999-10-20 07:22:52 +00:00
Brian Somers
c0593e34b7
Add the -unit command line switch for specifying the tun device.
...
Warn about -alias being depricated (but still allow it).
Don't moan twice about failing to open any tun device.
Fix a diagnostic and add the -quiet switch to the usage message.
1999-10-19 15:21:09 +00:00
Philippe Charnier
d8b6eb316f
Use Pa for filenames.
1999-10-17 15:57:16 +00:00
Philippe Charnier
81ebd9e086
Correct use of .Nm.
1999-10-17 15:54:50 +00:00
Philippe Charnier
32c4102abf
Xref to warn(3) which is used instead of perror.
1999-10-17 15:52:26 +00:00
Philippe Charnier
70423e21c8
add .Sh DIAGNOSTICS
1999-10-17 15:50:19 +00:00
Philippe Charnier
934748224f
add missing .El.
1999-10-17 15:46:58 +00:00
Brian Somers
53dc037c22
Correct a few diagnostics
1999-10-16 13:28:04 +00:00
Brian Somers
7ca1ffb46f
Don't ntohl() the signature before printing it... it's already
...
been done.
Spotted by: Gert-Jan Vons <gert-jan@bigfoot.com>
1999-10-16 09:18:15 +00:00