Andrey A. Chernov
08a77c42e1
Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL
1997-03-03 07:59:54 +00:00
Mike Pritchard
940783df47
An odd merge from 2.2 to -current. Somehow that 2.2 nologin.5
...
man page was in better shape than the 3.0-current version,
so I'm committing the 2.2 version to 3.0. Whatever happened,
it was my fault :-).
1997-03-03 06:47:27 +00:00
Andrey A. Chernov
431efa59e3
Fix MAXLOGNAME usage, the code has wrong assumption that
...
it must be NUL terminated
1997-03-02 21:36:17 +00:00
Mike Pritchard
c26d7157df
Add a missing period so that the -n option is display properly
...
in the man page output. Closes PR# 2831.
Submitted by: Marc Slemko <marcs@znep.com>
1997-02-28 07:33:37 +00:00
Nate Williams
b93ad2ea7c
The pccard daemon doesn't support the 'class' parameter as stated in the
...
documentation, so remove any hints of it.
Submitted by: "Brent J. Nordquist" <bjn@visi.com>
1997-02-26 15:55:10 +00:00
Mike Pritchard
156de774e2
Fix an off by one error when determing the default job name for
...
the banner page.
Closes PR# 1986.
Submitted by: Mark Valentine <mark@linus.demon.co.uk>
1997-02-26 02:22:45 +00:00
Brian Somers
c3b6ad6667
osreldate.h stuff suggested by: Eivind Eklund
...
Remove #include's from sig.h and get dependant modules to include them
themselves. Make inclusion of if_var.h depend on __FreeBSD_version so
that the -current version of ppp can be used with 2.1.*
2.2 Candidate ?
1997-02-25 14:05:17 +00:00
Jordan K. Hubbard
b421849f2f
Close PR#2459
1997-02-25 07:22:23 +00:00
Brian Somers
f51673c34f
Requested by: Elvind Eklund
...
Remove usage of __sighandler_t as it's not available in 2.1*
1997-02-23 20:01:20 +00:00
Brian Somers
2d7b9963c4
Pointed out by: Joerg
...
Fix broken signal.h include
1997-02-23 19:28:56 +00:00
Mike Pritchard
7fa793cc91
Typo police.
1997-02-22 18:57:36 +00:00
Peter Wemm
476602a9d0
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
Peter Wemm
c0ec1f37ef
Revert $FreeBSD$ to $Id$
1997-02-22 14:40:44 +00:00
Peter Wemm
b97fa2ef50
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
Peter Wemm
e25aeca937
Revert $FreeBSD$ back to $Id$
1997-02-22 13:26:29 +00:00
Joerg Wunsch
5fadfc4ce7
The "burn-in" phase has finished: this set of patches seems to run
...
stable now at a customer's site.
Finally add the ability to syslogd to pipe particular messages through
an arbitrary filtering command. Idea stolen from IRIX.
This code is courtesy of the interface business GmbH, Dresden.
Comment about whether to also merge this into 2.2 or not, please.
Reviewed by: (long ago) peter
1997-02-22 12:59:36 +00:00
Poul-Henning Kamp
017a5a7f59
Make it possible to substitute INTERFACE when executing commands.
1997-02-22 09:12:36 +00:00
Mike Pritchard
90ac6cd46a
#include <string.h> to help silence -Wall.
1997-02-20 23:11:22 +00:00
Jordan K. Hubbard
46da72bdf7
Change handling of bad signals; there are reasons why this is actually
...
not such a great idea.
1997-02-20 16:29:12 +00:00
Jordan K. Hubbard
0495a9d2d7
ARGH!! Fix obligatory 12th hour fumble. :-(
1997-02-19 16:57:30 +00:00
Brian Somers
52cc0880db
Tidy up signal handling.
...
All signal() calls have been changed to pending_signal() calls.
pending_signal() is defined in the new sig.c file. It remembers
the handler and traps the signal with a function that will remember
the signal.
main.c now calls handle_signals() to actually call the required
handlers (if the above handler was called).
If this doesn't close PR2662 (was PR2347), I'll cry.
Joerg, I think this should go into 2.2, but I havn't done anything
about it because I'm bound to botch it with the new sig.[ch] files.
I've just "cvs add"'d sig.[ch] so far.... can you update to 2.2 and
tell me what you did ? Thanks.
1997-02-19 01:14:41 +00:00
Jordan K. Hubbard
164f690853
Argh! Last-minute typo fix (having this be broken in -current sucks).
1997-02-18 16:19:29 +00:00
Jordan K. Hubbard
2b76b18065
Add Label & Partition to configuration menu so you don't have to
...
go to one of the installs for that (now that it works multi-user).
1997-02-18 04:38:33 +00:00
Jordan K. Hubbard
fcbdb5526d
Don't use /mnt in multi-user mode if we're installing a new filesystem.
1997-02-18 04:36:16 +00:00
Jordan K. Hubbard
9a1717b2df
Don't initialize homedir value. When called this early, pw(8) has no
...
reasonable data for it.
1997-02-18 01:50:51 +00:00
Jordan K. Hubbard
1d90be277e
Don't just unset FTP_PATH unilaterally, it might have been a timeout
...
in which case we should simply log in again.
1997-02-18 01:35:37 +00:00
Jordan K. Hubbard
a5ff41a0e2
Properly check status of menu return.
1997-02-17 22:08:19 +00:00
Jordan K. Hubbard
96a6cda5d6
Compensate for an underpopulated MFS.
1997-02-17 13:42:21 +00:00
Jordan K. Hubbard
70f8c15560
Finally DTRT with tcpOpenDialog(); it should have never diddled
...
mediaDevice directly.
1997-02-17 13:29:47 +00:00
Jordan K. Hubbard
15cde219d1
Always load DIST_COMPAT21 when loading X. This used to be the default
...
then it got taken out when the COMPAT21 distribution got dangerous.
Now that it's safe (we hope), it comes back.
1997-02-17 04:56:22 +00:00
Bruce Evans
ff51e85069
Oops, get the name of the new manpage right.
1997-02-17 04:38:05 +00:00
Jordan K. Hubbard
ea9a505d0c
Don't nuke localtime and timezone files so aggressively now.
...
This is tzsetup's job (and only if you don't cancel out, which
is why having sysinstall remove them was so bogus).
1997-02-16 23:54:58 +00:00
Jordan K. Hubbard
b94679130c
Ask about local or UTC here, like we used to.
1997-02-16 23:51:03 +00:00
Jordan K. Hubbard
80beefc082
1. Always write out /etc/hosts.
...
2. Back out my change to ask about UTC/Localtime here. This *really* needs
to be done in tzsetup instead since putting it here only handles about
1/4 of the places where it needs to be.
1997-02-16 23:35:05 +00:00
Jordan K. Hubbard
c92de5fe1d
Replace bogus strncmp() with strcmp().
1997-02-16 10:20:05 +00:00
Jordan K. Hubbard
6e0a4251e7
Prevent potential argument buffer overflow.
1997-02-15 16:34:47 +00:00
Jordan K. Hubbard
3937aa2158
Make configSysconfig() less chatty.
...
Now that this is becoming (dare I even say it?) more useful for
post-configuration, no longer leave sysinstall.debug files around
by default. Only do this if environment variable SYSINSTALL_DEBUG
is set.
1997-02-15 15:40:37 +00:00
Jordan K. Hubbard
e33c24a2d2
Read /etc/resolv.conf information as well as /etc/sysconfig info, making
...
this a little more robust.
1997-02-15 15:24:14 +00:00
Jordan K. Hubbard
2df00d4c64
Fix a bogon with playpen size calculation for pkg of "-". It's amazing
...
this ever worked, actually.
1997-02-15 14:17:28 +00:00
Jordan K. Hubbard
9f5472632c
Correct bogus msg dialog.
...
Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package).
1997-02-15 13:18:19 +00:00
Jordan K. Hubbard
136b318913
Only add interface lines if they're not there already.
1997-02-15 12:24:02 +00:00
Jordan K. Hubbard
fb8327b7c3
Add a safety belt to configSysconfig() that should have been in there
...
from the beginning.
1997-02-15 11:20:54 +00:00
Joerg Wunsch
d41229fcaa
Plug a security hole involving $ENV forwarding over telnet. Sigh, i
...
thought i've long since done this.
1997-02-15 10:15:49 +00:00
John-Mark Gurney
c8ab81b886
mdoc'ify man page
1997-02-15 03:35:55 +00:00
Jordan K. Hubbard
3a28079136
Don't bogotify pkg_add's stderr.
1997-02-14 23:00:01 +00:00
Jordan K. Hubbard
a85842ff23
Revert some of the previous change - on second thought...
1997-02-14 21:59:26 +00:00
Jordan K. Hubbard
ea7c446076
Add better quote elimination (and fix a bug).
1997-02-14 21:17:00 +00:00
Jordan K. Hubbard
c5566bcff7
o Try to be more aggressive about reading in old configuration data
...
so that we're more useful in multi-user mode. This is still not
100%, but it pulls in a lot more than it used to. Some of the "composite"
variables in /etc/sysconfig are going to take more work.
o Always write /etc/resolv.conf and /etc/hosts if it makes sense to do
so.
o Reset media properly when reselecting. Longstanding bogon.
o Pull SIGPIPE handling out of package.c; I'm actually hoping to handle
this differently shortly.
o Fix bug where cancel in TCP setup dialog still checked data fields.
I think this closes a PR, but I will have to go look.
1997-02-14 20:59:07 +00:00
Andrey A. Chernov
c5d50e135a
Replace my EOF fix with better one from sendmail-bugs discussion
...
Should go into 2.2
1997-02-14 13:57:37 +00:00
Jordan K. Hubbard
6858c47aeb
It's not an error to call configResolv() early.
1997-02-14 02:55:25 +00:00