Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 1999 14:15:54 -0800 (PST)
From:      "Jordan K. Hubbard" <jkh@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/release/sysinstall anonFTP.c config.c disks.c dispatch.c dmenu.c install.c installUpgrade.c label.c main.c media.c menus.c mouse.c network.c options.c package.c sysinstall.h system.c tcpip.c variable.c
Message-ID:  <199902052215.OAA42981@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkh         1999/02/05 14:15:54 PST

  Modified files:
    release/sysinstall   anonFTP.c config.c disks.c dispatch.c 
                         dmenu.c install.c installUpgrade.c 
                         label.c main.c media.c menus.c mouse.c 
                         network.c options.c package.c 
                         sysinstall.h system.c tcpip.c variable.c 
  Log:
  Totally change the way variables are accounted for in sysinstall.
  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.
  
  Revision  Changes    Path
  1.24      +2 -2      src/release/sysinstall/anonFTP.c
  1.120     +33 -100   src/release/sysinstall/config.c
  1.109     +10 -10    src/release/sysinstall/disks.c
  1.27      +5 -5      src/release/sysinstall/dispatch.c
  1.38      +7 -7      src/release/sysinstall/dmenu.c
  1.226     +48 -37    src/release/sysinstall/install.c
  1.62      +5 -5      src/release/sysinstall/installUpgrade.c
  1.86      +11 -11    src/release/sysinstall/label.c
  1.51      +2 -2      src/release/sysinstall/main.c
  1.95      +16 -16    src/release/sysinstall/media.c
  1.185     +2 -1      src/release/sysinstall/menus.c
  1.5       +5 -5      src/release/sysinstall/mouse.c
  1.34      +3 -3      src/release/sysinstall/network.c
  1.57      +3 -3      src/release/sysinstall/options.c
  1.66      +2 -2      src/release/sysinstall/package.c
  1.156     +6 -5      src/release/sysinstall/sysinstall.h
  1.88      +2 -2      src/release/sysinstall/system.c
  1.75      +9 -9      src/release/sysinstall/tcpip.c
  1.25      +15 -15    src/release/sysinstall/variable.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902052215.OAA42981>