Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2007 04:47:58 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc freebsd-update.conf src/share/man/man5 freebsd-update.conf.5 src/usr.sbin/freebsd-update freebsd-update.8 freebsd-update.sh
Message-ID:  <200711120447.lAC4lwua029042@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2007-11-12 04:47:57 UTC

  FreeBSD src repository

  Modified files:
    etc                  freebsd-update.conf 
    share/man/man5       freebsd-update.conf.5 
    usr.sbin/freebsd-update freebsd-update.8 freebsd-update.sh 
  Log:
  Add support for "freebsd-update -r newrelease upgrade" -- binary
  upgrading to new releases.  Important parts of this code include
   * automatically determining which optional components (e.g., src,
  info, proflibs) are installed.
   * merging changes in files which are modified locally and have
  changed between the currently running and new release.
   * prompting the user to rebuild all 3rd party software before
  deleting old shared libraries.
  
  Yes, this is compatible with "freebsd-update rollback" -- you can
  test a new -BETA and roll back to the old release if you don't
  like it.
  
  Subject to re@ approval, this will be MFCed before 7.0-BETA3 and
  6.3-RC1.
  
  MFC after:      2 days
  
  Revision  Changes    Path
  1.2       +11 -1     src/etc/freebsd-update.conf
  1.3       +27 -1     src/share/man/man5/freebsd-update.conf.5
  1.4       +13 -3     src/usr.sbin/freebsd-update/freebsd-update.8
  1.10      +837 -61   src/usr.sbin/freebsd-update/freebsd-update.sh



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