Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 68 | -68/+68 |
| | |||||
* | Change handling of bad signals; there are reasons why this is actually | jkh | 1997-02-20 | 1 | -5/+1 |
| | | | | not such a great idea. | ||||
* | fix an `off by one' accounting error. | erich | 1997-02-20 | 1 | -1/+1 |
| | | | | | This fixes the sysinstall core-dump! Submitted by: HOSOBUCHI Noriyuki <hoso@buchi.tama.or.jp> | ||||
* | ARGH!! Fix obligatory 12th hour fumble. :-( | jkh | 1997-02-19 | 1 | -1/+1 |
| | |||||
* | Argh! Last-minute typo fix (having this be broken in -current sucks). | jkh | 1997-02-18 | 1 | -1/+1 |
| | |||||
* | Add Label & Partition to configuration menu so you don't have to | jkh | 1997-02-18 | 1 | -0/+4 |
| | | | | go to one of the installs for that (now that it works multi-user). | ||||
* | Don't use /mnt in multi-user mode if we're installing a new filesystem. | jkh | 1997-02-18 | 1 | -2/+2 |
| | |||||
* | Don't initialize homedir value. When called this early, pw(8) has no | jkh | 1997-02-18 | 1 | -1/+0 |
| | | | | reasonable data for it. | ||||
* | Don't just unset FTP_PATH unilaterally, it might have been a timeout | jkh | 1997-02-18 | 1 | -5/+3 |
| | | | | in which case we should simply log in again. | ||||
* | Properly check status of menu return. | jkh | 1997-02-17 | 1 | -1/+6 |
| | |||||
* | Compensate for an underpopulated MFS. | jkh | 1997-02-17 | 1 | -0/+1 |
| | |||||
* | Finally DTRT with tcpOpenDialog(); it should have never diddled | jkh | 1997-02-17 | 4 | -34/+35 |
| | | | | mediaDevice directly. | ||||
* | Always load DIST_COMPAT21 when loading X. This used to be the default | jkh | 1997-02-17 | 1 | -3/+3 |
| | | | | | then it got taken out when the COMPAT21 distribution got dangerous. Now that it's safe (we hope), it comes back. | ||||
* | Don't nuke localtime and timezone files so aggressively now. | jkh | 1997-02-16 | 2 | -3/+3 |
| | | | | | This is tzsetup's job (and only if you don't cancel out, which is why having sysinstall remove them was so bogus). | ||||
* | 1. Always write out /etc/hosts. | jkh | 1997-02-16 | 2 | -8/+1 |
| | | | | | | 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. | ||||
* | Replace bogus strncmp() with strcmp(). | jkh | 1997-02-16 | 1 | -1/+4 |
| | |||||
* | Document setup.exe. | jkh | 1997-02-16 | 1 | -5/+13 |
| | |||||
* | Make configSysconfig() less chatty. | jkh | 1997-02-15 | 2 | -5/+7 |
| | | | | | | | 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. | ||||
* | Read /etc/resolv.conf information as well as /etc/sysconfig info, making | jkh | 1997-02-15 | 4 | -7/+40 |
| | | | | this a little more robust. | ||||
* | Correct bogus msg dialog. | jkh | 1997-02-15 | 2 | -3/+4 |
| | | | | Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package). | ||||
* | Only add interface lines if they're not there already. | jkh | 1997-02-15 | 1 | -6/+12 |
| | |||||
* | Add a safety belt to configSysconfig() that should have been in there | jkh | 1997-02-15 | 1 | -1/+3 |
| | | | | from the beginning. | ||||
* | Don't bogotify pkg_add's stderr. | jkh | 1997-02-14 | 1 | -2/+2 |
| | |||||
* | Revert some of the previous change - on second thought... | jkh | 1997-02-14 | 1 | -6/+18 |
| | |||||
* | Add better quote elimination (and fix a bug). | jkh | 1997-02-14 | 1 | -7/+8 |
| | |||||
* | o Try to be more aggressive about reading in old configuration data | jkh | 1997-02-14 | 6 | -73/+134 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | It's not an error to call configResolv() early. | jkh | 1997-02-14 | 1 | -3/+1 |
| | |||||
* | Don't unilaterally decide to skip network configuration if running multi-user; | jkh | 1997-02-11 | 1 | -3/+2 |
| | | | | ask politely. | ||||
* | -#include <ufs/ufs/ufsmount.h> | jkh | 1997-02-11 | 1 | -1/+0 |
| | | | | | This was a temporary measure I took to deal with John's 4.4L2 changes which should not have crept in. | ||||
* | Save /etc/sysconfig data at the very very end, so that it can be | jkh | 1997-02-10 | 3 | -10/+7 |
| | | | | | | used post-install time as a configuration tool as well. Update comments about a kernel recompile being necessary for PS/2 mice. | ||||
* | Don't stomp wall_cmos_clock file. | jkh | 1997-02-10 | 1 | -2/+2 |
| | |||||
* | Allow the user to choose UTC or local time. | jkh | 1997-02-10 | 1 | -4/+9 |
| | |||||
* | Update these docs in preparation for 2.1.7 | jkh | 1997-02-08 | 1 | -3/+3 |
| | |||||
* | It's easier to go forwards than backwards with this, and the RELENG_2_1_0 | jkh | 1997-02-07 | 7 | -7/+7 |
| | | | | | sysinstall was already broken (I think there's a PR for this somewhere). This will require some additional changes elsewhere, like bringing in pw. | ||||
* | Reference addendum.html/ADDENDUM.TXT for posting security information after | jkh | 1997-02-07 | 1 | -0/+13 |
| | | | | release. | ||||
* | 1. Sync ABOUT.TXT changes. | jkh | 1997-02-05 | 4 | -42/+180 |
| | | | | | 2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks were just too non-functional for other things. | ||||
* | 2.2 -> 3.0 | jkh | 1997-02-03 | 1 | -1/+1 |
| | |||||
* | Institute a fairly major format overhaul. | jkh | 1997-02-01 | 3 | -329/+64 |
| | |||||
* | Sync with RELENG_2_2 changes. | jkh | 1997-01-30 | 1 | -11/+28 |
| | |||||
* | Allow user to delete as well as install packages from the package | jkh | 1997-01-29 | 4 | -20/+11 |
| | | | | | | installer menu. Fix status line code so informationals show up properly again. | ||||
* | Cosmetic tweaks. | jkh | 1997-01-29 | 4 | -8/+8 |
| | | | | Also redirect stderr to Debug when running multiuser. | ||||
* | Fix broken layout help (this is what broke the TCP help screen). | jkh | 1997-01-29 | 3 | -28/+35 |
| | | | | | Allow DITEM_NO_ECHO to be encoded in layout field types and make user.c use it for the password item. | ||||
* | Make media re-init a user choice. | jkh | 1997-01-29 | 1 | -6/+11 |
| | |||||
* | Do media initialization at correct time for upgrade too. | jkh | 1997-01-29 | 1 | -15/+18 |
| | | | | Update /stand. | ||||
* | Update Russian FTP sites according to Mikhail A. Sokolov's current | jkh | 1997-01-29 | 1 | -1/+3 |
| | | | | configuration. | ||||
* | Death to another bad idea: Don't auto-mount CDROM on startup. | jkh | 1997-01-29 | 1 | -7/+0 |
| | |||||
* | DTRT with a release string of "none" and use the correct (updated) | jkh | 1997-01-27 | 2 | -3/+3 |
| | | | | | mountpoint name for fixit. Submitted-By: joerg | ||||
* | Add new Portugal mirror. | jkh | 1997-01-27 | 1 | -2/+4 |
| | |||||
* | Allow both types of XFree86 setup script to be run at user choice. | jkh | 1997-01-24 | 3 | -2/+33 |
| | |||||
* | I need to learn to read man pages more closely. readlink() does NOT null | jkh | 1997-01-24 | 1 | -8/+4 |
| | | | | | | 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. |