Brian Somers
6b7e3ca395
Check for duplicate spool dirs.
...
Submitted by: eivind
1997-05-17 03:04:43 +00:00
Andrey A. Chernov
7e03040bc0
Change FTS_PHYSICAL (not follow symlinks but return them)
...
to FTS_LOGICAL (follow symlinks and return their targets)
Because
1) In the real system there is a lot of symlinks nowdays over
/var, /spool, etc. Mtree can't do anything for them, i.e. change
permissions/owner. I.e. if you have /var/mail -> /somewhere
it will never be changed to group "mail" 775 like -current does now,
symlink totally confuses mtree.
2) Mtree can't deal with symlinks properly in any case (they are created
separately in other places now), so we lost no functionality by making
them invisible for mtree.
1997-05-15 08:46:57 +00:00
Jordan K. Hubbard
08dc434dfe
Add SNAP servers to list of FTP sites.
1997-05-14 07:12:47 +00:00
Brian Somers
298091dacd
Build pid_filename without a double slash.
...
Make ``Dial attempt'' diagnostics consistent.
Reset lostCarrier when it has reached max.
Suggested by: Kevin Street <street@iName.com>
1997-05-14 01:18:51 +00:00
Brian Somers
ce72881634
Don't attempt to ioctl(modem...) when modem is
...
closed. Just DownConnection().
1997-05-14 01:14:32 +00:00
Brian Somers
36abea5dc5
Don't output extraneous tab
...
Submitted by: Garance A Drosehn <gad@eclipse.its.rpi.edu>
1997-05-13 20:52:31 +00:00
Brian Somers
9f38c2e591
Don't drop into the troff args after parsing -#.
...
Submitted by: Garance A Drosehn <gad@eclipse.its.rpi.edu>
1997-05-13 20:46:45 +00:00
Brian Somers
053df49065
Fix a bug (dereferencing zero) introduced by the last mods.
...
Submitted by: David Nugent <davidn@labs.usn.blaze.net.au>
1997-05-13 20:34:01 +00:00
Brian Somers
a85412b4a5
Correct the files section for tunX.pid and ttyXX.if
1997-05-13 09:31:05 +00:00
Brian Somers
f2d6d31a91
Correct sample file name.
1997-05-12 11:54:12 +00:00
Brian Somers
aefd026afb
Create ttyXX.if and tunX.pid irrespective of
...
whether we're -dedicated.
Required by: David Nugent <davidn@labs.usn.blaze.net.au>
1997-05-11 10:23:16 +00:00
Andrey A. Chernov
06d8e8d3f3
Cosmetique
1997-05-11 00:44:37 +00:00
Andrey A. Chernov
b1c4e61441
Print out reject masks on "show lcp"
1997-05-11 00:41:30 +00:00
Andrey A. Chernov
8706374189
Use random() for GenerateMagic()
1997-05-11 00:16:00 +00:00
Andrey A. Chernov
290281edbd
Cosmetique fixes:
...
shorten help message to fit the screen
return to prompt from "show ipcp"
1997-05-10 23:46:29 +00:00
David Nugent
5d0bfe39ec
login_getclass() -> login_getpwclass().
1997-05-10 19:02:03 +00:00
Steve Passe
fa2887ae7f
Document APIC_IO as mandatory.
...
Document SMP_AUTOSTART as working.
1997-05-10 17:46:57 +00:00
Paul Traina
fae279d847
Fix null dereference if config variable not set.
1997-05-10 17:11:24 +00:00
Brian Somers
057df964f4
Refuse to negotiate HISADDR of 0.0.0.0 (NAK it)
...
Submitted by: NAKAMURA Motonori <motonori@econ.kyoto-u.ac.jp>
1997-05-10 15:37:40 +00:00
Brian Somers
72e159b70c
Ouch. This was dying to cause problems !
...
Luckily the side-effects were what was
intended.
1997-05-10 03:44:50 +00:00
Brian Somers
41c6c54314
Add a ttyXX.if file in /var/run that points to
...
the tunX.pid file. Change the ppp.tunX.pid name
to tunX.pid
Requested by: Daniel O Callaghan <danny@panda.hilink.com.au>
1997-05-10 03:39:57 +00:00
Brian Somers
274e766c99
Tidy up the code - bounds checking, return
...
value checking etc.
Submitted by: eivind
1997-05-10 01:22:19 +00:00
Brian Somers
13743c302f
Don't reconnect (due to reconnect setting) after
...
close command.
1997-05-09 23:34:56 +00:00
Brian Somers
030340297a
Set setitimer() arg correctly.
1997-05-09 20:48:21 +00:00
John Polstra
d8fa05fc47
Null commit to force version bump.
1997-05-09 16:16:31 +00:00
Jordan K. Hubbard
98e24c476f
Merge 1.33.2.12 from 2.2
1997-05-09 07:44:19 +00:00
Joerg Wunsch
e655e13a6b
Kill a stale .pq line.
1997-05-08 15:31:39 +00:00
Brian Somers
cdc86cbc9f
Allow mixed case commands.
...
Allow HISADDR, MYADDR, INTERFACE and ALL in mixed case.
1997-05-08 01:26:31 +00:00
Brian Somers
601f8fe9fb
Make the explanation of the -detach option clearer.
...
PR: 1674
Submitted by: Slaven Rezic <eserte@cabulja.herceg.de>
1997-05-07 23:54:56 +00:00
Brian Somers
950c8929a7
Reset lqrsendcnt.
...
PR: 2449
Submitted by: mark thompson <thompson@tgsoft.com>
1997-05-07 23:40:31 +00:00
Brian Somers
2f8fcf44da
Only compress tcp packets. Calculate size of
...
logbuff rather than guessing at 2000.
PR: 2046
Submitted by: torii@tcd.hitachi.co.jp
1997-05-07 23:30:50 +00:00
Brian Somers
e68d210e8f
Allow up to 40 args in the chat script (was 20).
...
Ignore subsequent args rather than scribbling.
PR: 1952
Submitted by: Mikael Hybsch <micke@free.dynas.se>
1997-05-07 23:01:25 +00:00
Brian Somers
ea3b35174b
Allow a '-' flag as a placeholder so that path_to_pid_file
...
can be specified without the flags field.
Fix bogus "trail" left in parse routine where the code jumps
past the end of the line and wanders into oblivion.
1997-05-06 23:11:06 +00:00
Brian Somers
2cd0474b47
Make ppp exit on loss of carrier in -background mode.
...
Submitted by: Jim Carroll <jim@carroll.com>
1997-05-05 23:45:15 +00:00
Andrey A. Chernov
805bd6d982
Do not kill -HUP syslog if running in user mode (-r), it allows
...
private user logs rotation without error diagnostics
1997-05-05 15:00:15 +00:00
Jordan K. Hubbard
6ca2689df0
DOH! Fix package-extractor looping problem by moving some code
...
to the *proper* part of the loop.
1997-05-05 08:38:12 +00:00
Jordan K. Hubbard
00137300da
Adapt routing configuration glue to rc.conf format.
1997-05-05 06:32:44 +00:00
Paul Traina
eeb3219eef
Add in some more config file support -- add variables to shut up
...
sysinstall about the dangerously dedicated message, and other
variables to allow pre-configuring the distribution sets.
Still todo: add a variable to define an initial set of packages that
should be loaded.
Reviewed by: jkh
1997-05-05 05:16:03 +00:00
Andrey A. Chernov
63202ff1e6
Log each ppp line to separate /var/log/ppp.tunX.log instead mixing of
...
all lines into single /var/log/ppp.log
1997-05-04 02:39:04 +00:00
Andrey A. Chernov
3d807d3be6
1) Add yet one optional field: pid file to send SIGHUP to if log rotated
...
(good thing for apache f.e.) This change is backward compatible with old
newsyslog.conf files.
2) Do not compress log if SIGHUP sending failed for some reason
(f.e. pid file deleted). Newcoming messages will be lost
otherwise.
3) Misc cleanup while I am here.
1997-05-04 01:53:53 +00:00
Joerg Wunsch
3548606371
Nobody ever seemed to be interested in reviewing these changes, and i
...
found that my syslogd is now running them for several months...
Add an option to syslogd to restrict the IP addresses that are allowed
to log to this syslogd. It's too late to develop the inter-syslogd
communications protocol mentioned in the BUGS section, some 10 years
too late. Thus, restricting the IP address range is about the most
effective change we can do if we want to allow incoming syslog
messages at all.
IMHO, we should encourage the system administrators to use this option,
and thus provide a knob in /etc/rc.* for it, defaulting to -a 127.0.0.1/32
(just as a hint about the usage).
Please state opinions about whether to merge this change into 2.2 or
not (i've got it running on RELENG_2_2 anyway).
1997-05-03 22:17:43 +00:00
Masafumi Max NAKANE
a1c9d782b7
Minor typo.
...
PR: 3473
Submitted by: Josh Gilliam <soil@quick.net>
1997-05-02 22:00:05 +00:00
Andrey A. Chernov
2105643e74
Change "no" answer to "default" for login class, because "no" class
...
can exists and "default" class is really equal to empty class.
1997-05-01 23:34:25 +00:00
Andrey A. Chernov
a0c103b58d
Allow "no" answer on login class prompt override non-empty
...
/etc/adduser.conf defaultclass with empty one
1997-05-01 23:23:06 +00:00
Andrey A. Chernov
84dc96f1be
1. Deal with login classes now
...
2. Turn on send_message by default for security reasons (mailbox
must be pre-created)
1997-05-01 22:55:58 +00:00
Steve Passe
9d35fde7d6
fixed minor typo, bumped to version 2.0.9
1997-04-30 23:54:55 +00:00
Paul Traina
0f4b7baa2d
Back out msmith's recent commit which breaks using symbolic names for netmasks.
...
Instead, reverse the order of the testing, so if a symbolic name starts with
a digit, we'll see if we can make a network address out of it first. If
that fails, then we'll call getnet...
1997-04-30 18:40:12 +00:00
Jordan K. Hubbard
8681ebdcd1
YAMF22
1997-04-29 09:14:24 +00:00
John-Mark Gurney
24685462af
add an Id line, minor mdoc fix ups
...
add ftp to list of facilities in syslog.conf
Closes PR#3389
Submitted-by: Pius Fischer
1997-04-29 09:09:40 +00:00
Doug Rabson
4b15c06830
Fix so that amd can build with hesiod support.
...
Submitted by: Kevin Van Maren <vanmaren@marker.cs.utah.edu>
1997-04-29 08:43:52 +00:00