Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2011 06:29:15 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/tzsetup tzsetup.8 tzsetup.c
Message-ID:  <201103310629.p2V6Tath015233@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

edwin       2011-03-31 06:29:15 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    usr.sbin/tzsetup     tzsetup.8 tzsetup.c 
  Log:
  SVN rev 220183 on 2011-03-31 06:29:15Z by edwin
  
  MFC of 198254, 198255, 198350, 198267, 209190, 208831, 208830, 210243
  
  198254:
  When tzsetup is run as non-root and the "CMOS clock question on
  UTC" is answered as No, it would abort without properly ending the
  dialog session.
  
  198255:
  Make the usage of the default zoneinfo file to install clearer.
  
  198350:
  - Add support for chrooted installs.
  - Add examples to the man-page.
  
  198267:
  Instead of having to know which timezone was picked last time, you
  now can run "tzsetup -r" which will reinstall the last choice. This
  data is recorded in /var/db/zoneinfo.
  
  209190:
  Use literal format strings.  Found by clang.
  
  208831:
  Add comment that this value is unused.
  It is obvious that it isn't used, but both clang and Coverity talk about it.
  
  208830:
  When there is a problem with writing, also bail out.
  
  Found with the clang checker.
  
  210243:
  Fix support for chrooted installs.
  
  Revision  Changes    Path
  1.20.2.2  +37 -10    src/usr.sbin/tzsetup/tzsetup.8
  1.29.2.2  +195 -75   src/usr.sbin/tzsetup/tzsetup.c



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