tzsetup: Sync with FreeBSD.
commit1ada9eb12082d4614c52070d2c548b895546ccac
authorPeter Avalos <pavalos@dragonflybsd.org>
Thu, 14 Feb 2013 18:23:09 +0000 (14 10:23 -0800)
committerPeter Avalos <pavalos@dragonflybsd.org>
Thu, 14 Feb 2013 19:33:56 +0000 (14 11:33 -0800)
tree36e97b0f74283a340e934364f52e47679c7b110c
parent3f7f81b22496a97c23de25fef86fc653987798f8
tzsetup: Sync with FreeBSD.

Primarily this is an update for the new libdialog, but while I'm here:

- Add a menu entry for UTC in the main menu.
- Add support for chrooted installs.
- Add examples to the man-page.
- 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.
- Add a new options (-s) that, when specified, skips the question about
adjusting the clock to UTC. That avoids to write on /etc/wall_cmos_clock
which is useful in some cases (example: host user in a jail).
- Remove paths.h and embed it in the source.
- Fix style(9) issues.

Obtained-from:   FreeBSD
usr.sbin/tzsetup/Makefile
usr.sbin/tzsetup/paths.h [deleted file]
usr.sbin/tzsetup/tzsetup.8
usr.sbin/tzsetup/tzsetup.c