K 10 svn:author V 5 dougb K 8 svn:date V 27 2011-12-16T23:44:16.239191Z K 7 svn:log V 1785 MFC: r179530 - Replace rcsid with __FBSDID. - Remove paths.h and embed it in the source. - Remove stale alpha support. - Clean up compiler warnings and fix style(9) bugs. Not MFC'ed by: jkim MFC: r195339 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). Not MFC'ed by: attilio MFC: r198254 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. Not MFC'ed by: edwin MFC: r198267 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. Not MFC'ed by: edwin MFC: r198350 - Add support for chrooted installs. - Add examples to the man-page. Not MFC'ed by: edwin MFC: r208830 When there is a problem with writing, also bail out. Not MFC'ed by: edwin MFC: r208831 Add comment that this value is unused. It is obvious that it isn't used, but both clang and Coverity talk about it. Not MFC'ed by: edwin MFC: r209190 Use literal format strings. Found by clang. Not MFC'ed by: emaste MFC: r210243 Fix support for chrooted installs. Not MFC'ed by: nork While mentored by: imp MFC: r220172 Add a menu entry for UTC in the main menu. Not MFC'ed by: edwin MFC: r222139 - add missing options and arguments to program's usage() and sync it with manpage's SYNOPSIS - generally clean up a manpage's formatting Not MFC'ed by: ru MFC: r227011 If the user is moving from any other time zone to UTC we need to delete any old /var/db/zoneinfo file that may exist so that tzsetup -r does the right thing. END