summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/doc.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct bogus msg dialog.jkh1997-02-151-2/+3
| | | | Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package).
* It's easier to go forwards than backwards with this, and the RELENG_2_1_0jkh1997-02-071-1/+1
| | | | | sysinstall was already broken (I think there's a PR for this somewhere). This will require some additional changes elsewhere, like bringing in pw.
* Now that I know which parts of the installation really need it (sincejkh1997-01-171-2/+2
| | | | | there's no menu display bug to work around now), be far more selective in my use of DITEM_RECREATE (which is slow and involves much screen I/O).
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* fix FAQ URL. Note for Jordan: don't merge this change into 2.1.6!wosch1996-10-231-2/+2
|
* Support compressed doc files again.jkh1996-07-051-3/+3
| | | | | | | | Add a few strategic screen clears. Do a lot less wasted screen I/O in restoring screen contents that don't need restoring. Use tar instead of cp to back up /etc in installUpdate. Don't panic when upgrade shell exits.
* Make it plainer how to exit.jkh1996-07-021-2/+2
|
* Fix some long-standing malloc bugs in the package handling code (freeing garbagejkh1996-05-161-11/+9
| | | | | | | | | | | | | in one place, leaking memory in another). Add a facility to invoke subsystems directly by naming them on sysinstall's command-line when running post-install. A replacement for pkg_manage might, for example, be `/stand/sysinstall configPackages' Fix bogon where upgrade shell was entered with tty modes spammed. Fix bug with release name checking in ftp_strat. Turned a bunch of bogus exit()s into proper calls to systemShutdown().
* Fix an ancient index list bug.jkh1996-04-281-4/+7
| | | | | Make FTP re-initializion work. Fix fix fix.
* Quite a few changes:jkh1996-04-251-3/+3
| | | | | | | | | | 1. Fix the last display bugs (I hope) by use of dialog rebuilds at stategic points. 2. Clean up the distributions menus so that everybody (that's reasonable) has All and Clear options for setting/clearing things en-masse. 3. Various attempts at display optimization. 4. Change the wording of the `Don't use Write!' dialogs to make them more explicitly define when and when not to use the option.
* Bring this into sync.jkh1996-04-231-6/+3
| | | | | | | | | | I still have a _very very annoying_ display bug which occurs when a menu item causes a submenu to be displayed - the screen repaints for the original menu (which is restored upon return from the submenu) are off by about 4 characters. I've tried restoring the screen, the cursor position, you name it - same deal. Grrrr! This commit is my first step in trying to get someone else to help me look into this one since I'm just tearing my hair out at this point!
* 1. Update all the copyrights to delete useless clauses 3 and 4.jkh1996-04-131-15/+39
| | | | | 2. Change more of the menu code over to new system. 3. Streamline label editor.
* Major surgery.jkh1996-04-071-5/+8
| | | | | | | | | | | | | | | 1. Use new dialog menu hacks (no strings, just arrays of dialogMenuItem structs) so that I can create composite menus with radio/checkbox/... items in them, removing some long-standing UI bogons in various menus. This work isn't finished yet, but will be done in two phases. This is phase one. 2. Remove all the script installation stuff. I never got time to document it, it was arcane and it just complicated much of the code. There are better ways of doing this if I want to do auto-driven installations later. 3. Remove much dead code and otherwise attempt to remove as much historical grot as possible so that this code is easier to hack on. This is also a two-stage process, phase one of which is now complete.
* Some general fixes for the package menu (still need to fix the "more than 10jkh1995-11-061-2/+2
| | | | | items checked bug though). Now allow user to specify a PKG_TMPDIR. If not selected, we try to make one.
* Various tweaks to adjust things more to my liking. Also bring in Rich'sjkh1995-11-041-6/+8
| | | | changes to update XFree86 to 3.1.2-S.
* Be more aggressive about writing out configuration files.jkh1995-10-271-9/+1
|
* Fix the bug I introduced with /etc/sysconfig not being updatedjkh1995-10-271-7/+20
| | | | | | properly. Make some cosmetic doc changes here and there in response to user feedback.
* Sync up for this snapshot.jkh1995-10-261-10/+11
|
* Second round of screen update changes. Now handle the yes/no dialogsjkh1995-10-221-0/+1
| | | | as well as the confirmation dialogs.
* Style changes. Clear the screen before a lot of error dialogs so that theyjkh1995-10-221-2/+5
| | | | | | don't bogusly restore the screen to the message that was the cause of the abort. That resulted in lots of weird flickering dialog boxes that appeared to be displayed out of sequence.
* Style police throughout.jkh1995-10-221-5/+5
| | | | | Fix the ppp startup code. Make the disklabel and fdisk screens "automatable"
* Sync for Westhill build.jkh1995-10-201-2/+2
|
* Finally split this off from system.c, as intended.jkh1995-10-201-0/+88
OpenPOWER on IntegriCloud