peter
34fd560164
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
jkh
8789677cba
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
erich
17b33adbb6
fix an `off by one' accounting error.
...
This fixes the sysinstall core-dump!
Submitted by: HOSOBUCHI Noriyuki <hoso@buchi.tama.or.jp>
1997-02-20 03:22:30 +00:00
jkh
bbd1e640e9
ARGH!! Fix obligatory 12th hour fumble. :-(
1997-02-19 16:57:30 +00:00
jkh
c29ac02c7b
Argh! Last-minute typo fix (having this be broken in -current sucks).
1997-02-18 16:19:29 +00:00
jkh
741e206f8f
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
jkh
02cc22b0d7
Don't use /mnt in multi-user mode if we're installing a new filesystem.
1997-02-18 04:36:16 +00:00
jkh
7a7c9adc10
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
jkh
610227e367
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
jkh
b86ff6b75c
Properly check status of menu return.
1997-02-17 22:08:19 +00:00
jkh
fe84f006ec
Compensate for an underpopulated MFS.
1997-02-17 13:42:21 +00:00
jkh
7bb7d05a4a
Finally DTRT with tcpOpenDialog(); it should have never diddled
...
mediaDevice directly.
1997-02-17 13:29:47 +00:00
jkh
661ac212f2
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
jkh
d265da09b9
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
jkh
c084122122
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
jkh
6110cab2f7
Replace bogus strncmp() with strcmp().
1997-02-16 10:20:05 +00:00
jkh
3fbab2e565
Document setup.exe.
1997-02-16 00:54:58 +00:00
jkh
9d2ee4b31d
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
jkh
5d18469bfe
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
jkh
84e22cbeda
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
jkh
6645b2e63b
Only add interface lines if they're not there already.
1997-02-15 12:24:02 +00:00
jkh
fa0d03af58
Add a safety belt to configSysconfig() that should have been in there
...
from the beginning.
1997-02-15 11:20:54 +00:00
jkh
ff9eddab67
Don't bogotify pkg_add's stderr.
1997-02-14 23:00:01 +00:00
jkh
3416697d23
Revert some of the previous change - on second thought...
1997-02-14 21:59:26 +00:00
jkh
adaca398f3
Add better quote elimination (and fix a bug).
1997-02-14 21:17:00 +00:00
jkh
f7c3801a0a
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
jkh
1283f131c4
It's not an error to call configResolv() early.
1997-02-14 02:55:25 +00:00
jkh
a4a10aad26
Don't unilaterally decide to skip network configuration if running multi-user;
...
ask politely.
1997-02-11 02:33:33 +00:00
jkh
dbf801721c
-#include <ufs/ufs/ufsmount.h>
...
This was a temporary measure I took to deal with John's 4.4L2 changes
which should not have crept in.
1997-02-11 02:13:06 +00:00
jkh
22eb43a7fd
Save /etc/sysconfig data at the very very end, so that it can be
...
used post-install time as a configuration tool as well.
Update comments about a kernel recompile being necessary for PS/2 mice.
1997-02-10 19:44:08 +00:00
jkh
4a0add2181
Don't stomp wall_cmos_clock file.
1997-02-10 10:23:53 +00:00
jkh
73a96d8db8
Allow the user to choose UTC or local time.
1997-02-10 10:21:07 +00:00
jkh
9d1ab7bcd7
Update these docs in preparation for 2.1.7
1997-02-08 17:46:06 +00:00
jkh
dfb96779aa
It's easier to go forwards than backwards with this, and the RELENG_2_1_0
...
sysinstall was already broken (I think there's a PR for this somewhere).
This will require some additional changes elsewhere, like bringing in pw.
1997-02-07 04:27:24 +00:00
jkh
4851ba9096
Reference addendum.html/ADDENDUM.TXT for posting security information after
...
release.
1997-02-07 02:25:43 +00:00
jkh
9cf7e8eddc
1. Sync ABOUT.TXT changes.
...
2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks
were just too non-functional for other things.
1997-02-05 04:29:53 +00:00
jkh
abbe0207b7
2.2 -> 3.0
1997-02-03 20:45:48 +00:00
jkh
2f2fc21b4c
Institute a fairly major format overhaul.
1997-02-01 01:08:35 +00:00
jkh
9f3f50f5b7
Sync with RELENG_2_2 changes.
1997-01-30 06:38:19 +00:00
jkh
ba36da27a6
Allow user to delete as well as install packages from the package
...
installer menu.
Fix status line code so informationals show up properly again.
1997-01-29 22:35:05 +00:00
jkh
21bef29895
Cosmetic tweaks.
...
Also redirect stderr to Debug when running multiuser.
1997-01-29 21:45:30 +00:00
jkh
a7f7e7ef2a
Fix broken layout help (this is what broke the TCP help screen).
...
Allow DITEM_NO_ECHO to be encoded in layout field types and make
user.c use it for the password item.
1997-01-29 21:16:07 +00:00
jkh
ea8298a30b
Make media re-init a user choice.
1997-01-29 03:30:24 +00:00
jkh
fc077d6772
Do media initialization at correct time for upgrade too.
...
Update /stand.
1997-01-29 01:23:05 +00:00
jkh
7bfdb382a9
Update Russian FTP sites according to Mikhail A. Sokolov's current
...
configuration.
1997-01-29 01:13:27 +00:00
jkh
c5da6d5704
Death to another bad idea: Don't auto-mount CDROM on startup.
1997-01-29 00:14:17 +00:00
jkh
c755ab65b2
DTRT with a release string of "none" and use the correct (updated)
...
mountpoint name for fixit.
Submitted-By: joerg
1997-01-27 09:51:56 +00:00
jkh
e027af592c
Add new Portugal mirror.
1997-01-27 00:16:15 +00:00
jkh
e58a95f38f
Allow both types of XFree86 setup script to be run at user choice.
1997-01-24 20:20:12 +00:00
jkh
bb14af0d7e
I need to learn to read man pages more closely. readlink() does NOT null
...
append the return string (bleah!) so you need to do it yourself. This
explains why Bus and PS/2 meece weren't displayed in the Mouse selection
menu.
1997-01-24 19:31:53 +00:00