max
9efc222091
Typo: .SH --> .Sh.
...
PR: 3683
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-05-25 19:11:26 +00:00
ache
d192c5521c
When no last file specified for % command user barf(error diagnostic)
...
instead of segmentation fault
1997-05-24 21:45:55 +00:00
brian
81067cb46e
Fix the reconnect option, and add an explanation to vars.h
1997-05-24 17:32:42 +00:00
davidn
504c6b3f01
Fixes skeleton directory test-it-is-a-directory logic.
...
PR: 3666
Reviewed by:
Submitted by: iaint@css.tuu.utas.edu.au
Obtained from:
1997-05-24 10:41:49 +00:00
jkh
f91327ae98
Merge from 2.2 - XiG support updates.
1997-05-23 18:54:29 +00:00
asami
c1f2d43cc1
Typo fix: ${.DESTDIR} -> ${DESTDIR}.
...
Reviewed by: bde
1997-05-23 08:43:27 +00:00
asami
e1511e1aa2
Add ${DESTDIR} to absolute pathnames of required sources.
...
Reviewed by: bde
1997-05-23 07:45:42 +00:00
asami
e408ddb992
Typo (${.DESTDIR} -> ${DESTDIR}).
...
Reviewed by: bde
1997-05-23 07:45:06 +00:00
brian
a62138d5f0
Finish updating for the latest alias code.
...
Submitted by: Charles Mott <cmott@srv.net>
1997-05-23 05:34:15 +00:00
brian
33deb302fe
Add SO_REUSEADDR socket opt in case the last telnet
...
connection is in a time_wait.
Submitted by: Brian Campbell <brianc@pobox.com>
1997-05-23 05:22:48 +00:00
brian
6d0cdc4cfb
Use the latest alias engine - now in libalias.
...
Submitted by: Charles Mott <cmott@srv.net>
1997-05-23 04:54:03 +00:00
msmith
d2dfa44599
Make it build under 3.x
...
Submitted by: fsmp
1997-05-23 04:04:17 +00:00
fsmp
cc349843cc
Made 'options NINTR' greater of 24 and calculated value.
...
This coincides with changing kernel default to 64.
1997-05-22 22:55:05 +00:00
jkh
f7e2203cd3
Adjust config variables to more closely match rc.conf
1997-05-22 21:26:11 +00:00
msmith
fe603e69b3
Add wlconfig.
1997-05-22 08:59:41 +00:00
msmith
c72d5c6677
This commit was generated by cvs2svn to compensate for changes in r26005,
...
which included commits to RCS files with non-trunk default branches.
1997-05-22 08:58:18 +00:00
msmith
58afeb6ddf
This is a program for configuring the Parameter Storage Area on ISA
...
Wavelan cards via the 'wl' driver. It can be used to set the IRQ, and
discover all manner of odd things about the device.
1997-05-22 08:58:18 +00:00
jkh
4a5ba3daf5
Be more bullish about saving configuration information.
1997-05-22 04:04:30 +00:00
jkh
5ce4b1077d
Actually, rethink last commit and simply remove the apache configuration
...
entirely, as promised earlier (it's outdated now and doesn't really belong
in sysinstall).
1997-05-22 00:17:11 +00:00
jkh
83c2047251
Update version of apache.
1997-05-22 00:13:58 +00:00
jmz
e88d62e737
Remove the select command. The WORMIOCQUIRKSELECT ioctl call has been removed
...
from the driver.
1997-05-19 17:37:30 +00:00
eivind
7a1932b397
it's'' ->
its'' where appropriate and typo fixes in time2posix.3.
...
Closes PR docs/3612.
Submitted by: Josh Gilliam <soil@quick.net>
1997-05-19 16:33:27 +00:00
jkh
94f9f7a669
sysconfig -> rc.conf
...
PR: 3461
Submitted by: "Donald J. Maddox" <root@cola97.scsn.net>
1997-05-19 07:30:45 +00:00
brian
d13ad90ef4
Output exit status description of child in background mode.
1997-05-19 03:02:36 +00:00
brian
ee01b28050
Mega update to sort out bad implementations
...
of reconnect & -background.
o Fix reconnect anomolies.
o Make reconnect apply to failed LQR hangups (& mention in man page).
o Make reconnect effective in -background mode.
o Listen on socket in -background mode.
o Try all phone numbers in -background mode.
o Insist on system arg in -background mode.
o Make a control-connection close command exit in -background mode.
o Output status message to stdout on exit of parent in -background mode.
o Don't notify parent of success too soon.
o Describe termination EX_* code.
o Miscelaneous diagnostic corrections.
o Remove redundant connect_time from modem.c.
o Don't repeatedly DownConnection().
1997-05-19 02:00:16 +00:00
brian
3d81388ebf
Make openmode active by default (for both client/server).
...
Requested by: The masses.
1997-05-17 16:08:48 +00:00
peter
23956b45ea
Don't override BINOWN and BINGRP by setting them to "bin". Use the
...
system defaults (BINOWN is often root as a security precaution).
1997-05-17 11:53:03 +00:00
brian
3a163bace7
Check for duplicate spool dirs.
...
Submitted by: eivind
1997-05-17 03:04:43 +00:00
ache
dcc0838048
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
jkh
650e1ee354
Add SNAP servers to list of FTP sites.
1997-05-14 07:12:47 +00:00
brian
82b9d3453b
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
0a48c2a0e8
Don't attempt to ioctl(modem...) when modem is
...
closed. Just DownConnection().
1997-05-14 01:14:32 +00:00
brian
dc36a1d5ad
Don't output extraneous tab
...
Submitted by: Garance A Drosehn <gad@eclipse.its.rpi.edu>
1997-05-13 20:52:31 +00:00
brian
e3f3db531c
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
7f1d30def4
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
f362842283
Correct the files section for tunX.pid and ttyXX.if
1997-05-13 09:31:05 +00:00
brian
a61579672e
Correct sample file name.
1997-05-12 11:54:12 +00:00
brian
665a2c9ba9
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
ache
1639d4d9ce
Cosmetique
1997-05-11 00:44:37 +00:00
ache
6b0a735ac3
Print out reject masks on "show lcp"
1997-05-11 00:41:30 +00:00
ache
2f32718791
Use random() for GenerateMagic()
1997-05-11 00:16:00 +00:00
ache
36ab59d4ff
Cosmetique fixes:
...
shorten help message to fit the screen
return to prompt from "show ipcp"
1997-05-10 23:46:29 +00:00
davidn
f766bd31c5
login_getclass() -> login_getpwclass().
1997-05-10 19:02:03 +00:00
fsmp
d0fcfa02e6
Document APIC_IO as mandatory.
...
Document SMP_AUTOSTART as working.
1997-05-10 17:46:57 +00:00
pst
5681e6fd51
Fix null dereference if config variable not set.
1997-05-10 17:11:24 +00:00
brian
1a9ed5bd57
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
3804775c03
Ouch. This was dying to cause problems !
...
Luckily the side-effects were what was
intended.
1997-05-10 03:44:50 +00:00
brian
625e8802da
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
82bac13560
Tidy up the code - bounds checking, return
...
value checking etc.
Submitted by: eivind
1997-05-10 01:22:19 +00:00
brian
1da867bda7
Don't reconnect (due to reconnect setting) after
...
close command.
1997-05-09 23:34:56 +00:00