summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/config.c
Commit message (Collapse)AuthorAgeFilesLines
* MF3: various small tweaks.jkh1999-09-171-1/+1
|
* If enlightenment is present, gnome-session starts it automagically.jkh1999-09-151-1/+1
|
* Provide another installation option for GNOME so we have the more "classicjkh1999-09-081-7/+10
| | | | GNOME" desktop that Debian does as an option.
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,jkh1999-09-021-1/+1
| | | | | | | | | | I backed-out the changes in -current and didn't touch stable at all (I thought I had my patch order reversed, not what actually happened). AIEEE! I can't even blame the crack for this one since I broke my crack pipe a few weeks ago. I think sleep deprivation gets the blame for this one. Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,jkh1999-09-011-1/+1
| | | | | | | bringing in DHCP support. The only thing I left out were Poul-Henning's newfs changes since I'm not sure if he's brought the rest of that support into -stable yet. If it turns out that this is the case, I'll MFC those changes too.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Deal with new linux compat package naming.jkh1999-07-221-2/+2
| | | | Submitted by: Marcel Moolenaar <marcel@scc.nl>
* XFree86 3.3.4 seems to require "XWINHOME" to be set for the setup tooljkh1999-07-201-1/+2
| | | | to work (fnark).
* invoke fvwm properlyjkh1999-07-071-3/+3
|
* Add an option for more fully enabling linux compatibility.jkh1999-07-061-1/+14
|
* deal with a.out ldconfig paths also.jkh1999-05-181-3/+5
|
* Small typo in windowmaker startup line.jkh1999-05-151-2/+2
|
* o Prevent alpha installs from grabbing x86 bits and vice-versa, at leastjkh1999-05-151-2/+3
| | | | | | | | | | | | | | on CDs and FTP sites. o Collapse some redundant code. o Fix typo'd menu. o Restrict searches properly to packages rather than categories. o Small tweaks to signal handling. All RELENG_3 candidates.
* Do more impressive things for windowmaker.jkh1999-05-141-3/+2
|
* Add some extra checks to make *sure* we got what we were told we got.jkh1999-05-121-7/+19
|
* Completely change the way package_add() does its work. Now wejkh1999-05-121-50/+23
| | | | | handle dependencies at a lower level and use package add for this. Also made index searches stricter.
* Fix a couple of bogons in the X server/desktop setup menus.jkh1999-05-121-5/+14
|
* Another round of updates for -current and 3.2jkh1999-05-051-3/+7
|
* Write config files to /usr/share/skel as well as root's profile.jkh1999-04-281-11/+17
|
* Do the right thing for windowmaker installation if it's picked. Add somejkh1999-04-281-7/+17
| | | | seat belts for failed desktop installations.
* o Make package matching for specific package loading use the Latest/jkh1999-04-271-12/+64
| | | | | | | | feature of packages now so that no version info is embedded. o Add a default X desktop menu offering afterstep, enlightenment, KDE, GNOME and Windowmaker desktops instead of the boring twm(1) based one if the user so chooses. This will require a little testing.
* Remove the registration stuff; we're redoing this and the emailedjkh1999-04-241-7/+1
| | | | registrations have a high failure rate for various reasons.
* Put a convenient marker in rc.conf to show updates.jkh1999-02-141-1/+6
| | | | Better screen saver descriptions.
* rc.conf vars no longer "dirty" by default.jkh1999-02-141-2/+2
|
* Preserve existing rc.conf contents.jkh1999-02-141-4/+8
|
* Write changes out to /etc/rc.conf again; rc.conf.site is dead!jkh1999-02-091-6/+8
|
* Totally change the way variables are accounted for in sysinstall.jkh1999-02-051-100/+33
| | | | | | | | Now we know which variables are internal and which need to be backed to /etc/rc.conf.site. rc.conf is not touched now. Also kget kernel change information back properly and set up a loader.rc file to use it.
* Show dependencies in package menu.jkh1999-02-021-3/+3
| | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Man, was I ever smoking crack when I wrote this. Don't free()jkh1999-02-011-8/+6
| | | | values I'm going to use again. :-}
* 1. Install /boot/loader correctly on boot.flpjkh1999-01-301-1/+3
| | | | 2. Back up old rc.conf.site if it exists.
* Write changes out to /etc/rc.conf.site now rather than mucking withjkh1999-01-271-47/+64
| | | | | rc.conf. There were many different ways I could have done this, some of them "cleaner", but this represented the lowest impact.
* o Break fixups into binary fixups and XFree86 based fixups.jkh1998-11-151-29/+26
| | | | | | | | o Move fixups into extraction routine so all consumers don't have to duplicate the right behavior. o Make some things more orthogonal (just for asthetics sake) o Add option to go back and do it again if XF86Setup fails (possibly with a different setup - this one has always annoyed me).
* Don't generate a spam-friendly /etc/hosts by default.jkh1998-10-141-2/+5
| | | | Suggested by: jmb
* Fix english in prompt.jkh1998-09-301-2/+2
|
* various bits of overdue cleanup.jkh1998-09-301-23/+1
|
* MF22: Important fixes for loading XFree86 distributions I forgot tojkh1998-09-231-3/+3
| | | | | merge after 2.2.7 (I was wondering why that bug looked so familiar!). Also update some docs accordingly.
* Sync with 2.2-stable branch.jkh1998-03-241-3/+2
|
* Be careful not to spam ld.so.hints in multi-user case.jkh1998-03-131-2/+5
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Correct misfeature with quoting, better error reporting.jkh1998-03-101-4/+5
|
* Remove deprecated XIG support - that project neverjkh1998-03-091-79/+1
| | | | happened.
* MF22: nuke compat slice for root.jkh1998-03-091-10/+2
|
* Add a mouse configuration menu.jkh1998-03-071-2/+18
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Put all variables in VAR_ #define's to force a single location for allpst1997-09-171-4/+8
| | | | | of these magic knobs. This is purely cosmetic and a documentation issue so we don't have to glop through the source code looking for gems.
* Fix fstab sequence number bug.jkh1997-08-181-2/+4
| | | | | Add a few more strategic screen clears. Fix registration form bug.
* Sync with rc.conf change for weak_mountd_authenticationjkh1997-08-171-2/+2
|
* Change the way that X configuration method is selected.jkh1997-06-211-2/+2
|
* YAMF22jkh1997-06-131-4/+5
|
* YAMF22 - Bugs Of Evil in variable handling and rc.conf editing.jkh1997-06-111-26/+32
| | | | PR#: 3218 [partial]
* Resurrect / implement some of the more esoteric scripting features,jkh1997-06-051-1/+9
| | | | such as partitioning a disk or overriding an interactive prompt.
* Fix typos (of the printed output kind).jkh1997-05-301-2/+2
|
OpenPOWER on IntegriCloud