Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add missing options and arguments to program's usage() | ru | 2011-05-20 | 2 | -23/+29 |
| | | | | | | | | and sync it with manpage's SYNOPSIS - generally clean up a manpage's formatting Reviewed by: edwin | ||||
* | Add a menu entry for UTC in the main menu. | edwin | 2011-03-30 | 1 | -5/+39 |
| | | | | | | | PR: bin/156019 Submitted by: Daniel O'Conner Reviewed by: Garrett Cooper <gcooper@FreeBSD.org> MFC after: 1 week | ||||
* | Update dialog to version 20100428. This changes the license under which | nwhitehorn | 2011-01-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog | ||||
* | Fix support for chrooted installs. | nork | 2010-07-19 | 1 | -3/+3 |
| | | | | Approved by: imp (mentor) | ||||
* | Use literal format strings. Found by clang. | emaste | 2010-06-14 | 1 | -2/+2 |
| | |||||
* | Add comment that this value is unused. | edwin | 2010-06-05 | 1 | -1/+1 |
| | | | | | | | It is obvious that it isn't used, but both clang and Coverity talk about it. Found with: Coverity Prevent(tm) CID: 8066 | ||||
* | When there is a problem with writing, also bail out. | edwin | 2010-06-05 | 1 | -1/+2 |
| | | | | Found with the clang checker. | ||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
| | |||||
* | - Add support for chrooted installs. | edwin | 2009-10-21 | 2 | -77/+156 |
| | | | | | | - Add examples to the man-page. MFC after: 1 week | ||||
* | Instead of having to know which timezone was picked last time, you | edwin | 2009-10-20 | 2 | -16/+80 |
| | | | | | | | now can run "tzsetup -r" which will reinstall the last choice. This data is recorded in /var/db/zoneinfo. MFC after: 1 week | ||||
* | Make the usage of the default zoneinfo file to install clearer. | edwin | 2009-10-19 | 1 | -5/+6 |
| | | | | MFC after: 1 week | ||||
* | When tzsetup is run as non-root and the "CMOS clock question on | edwin | 2009-10-19 | 1 | -1/+3 |
| | | | | | | | UTC" is answered as No, it would abort without properly ending the dialog session. MFC after: 1 week | ||||
* | Add a new options (-s) that, when specified, skips the question about | attilio | 2009-07-04 | 2 | -24/+33 |
| | | | | | | | | | | 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). Sponsored by: Sandvine Incorporated Initially submitted by: Matt Koivisto <mkoivisto at sandvine dot com> Approved by: re (kib) | ||||
* | - Replace rcsid with __FBSDID. | jkim | 2008-06-03 | 2 | -241/+261 |
| | | | | | | - Remove paths.h and embed it in the source. - Remove stale alpha support. - Clean up compiler warnings and fix style(9) bugs. | ||||
* | Fix a crash when Arctic Ocean is selected. | jkim | 2008-06-02 | 1 | -3/+2 |
| | | | | MFC after: 1 week | ||||
* | Sort sections. | ru | 2005-01-18 | 1 | -12/+12 |
| | |||||
* | Update wording regarding geography to match the man page and web site. | murray | 2004-08-10 | 1 | -1/+1 |
| | | | | | | | Specifically, change the second level menu title from 'Country' to 'Country or Region', since e.g. Hong Kong is not a country. Submitted by: Xin LI <delphij@frontfree.net> | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+4 |
| | |||||
* | Cosmetic fix: a message was mixed with a dialog box border line. | olgeni | 2003-11-28 | 1 | -1/+1 |
| | | | | Approved by: re (rwatson) | ||||
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -2/+3 |
| | |||||
* | Explicitly cast NCONTINENTS to int to silence an overflow warning. | des | 2002-05-15 | 1 | -1/+1 |
| | |||||
* | Default to UTC on sparc64 also. | obrien | 2002-03-06 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+3 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -2/+4 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Remove -Wall. It breaks compiling with non-gcc compilers. | obrien | 2001-04-05 | 1 | -1/+1 |
| | |||||
* | Default the UTC question to "yes" on the Alpha. | obrien | 2001-04-05 | 1 | -3/+10 |
| | |||||
* | This builds fine with -Wall. | obrien | 2001-04-05 | 1 | -1/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Convert to use the <sys/queue.h> macros rather than fiddling with the queue | ben | 2000-12-29 | 1 | -8/+6 |
| | | | | | | structure internals. Reviewed by: markm | ||||
* | Use dialog_noyes() for UTC selection; uses No as default answer now. | jkh | 2000-12-16 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+1 |
| | |||||
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 1 | -0/+1 |
| | | | | <time.h>). | ||||
* | Remove unneded -lmytinfo | ache | 2000-09-16 | 1 | -2/+2 |
| | |||||
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
| | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others | ||||
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
| | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd | ||||
* | Convert err() to errx(), reason is already provided. Complete the | charnier | 2000-01-23 | 2 | -4/+14 |
| | | | | abort on allocation failure instead of deferencing NULL later. | ||||
* | Re-add the libmytinfo/libncurses stuff - removing it breaks static | chris | 1999-09-01 | 1 | -2/+2 |
| | | | | | | linkage. Pointed out by: bde | ||||
* | The libraries `libmytinfo' and `libncurses' are not required by this | chris | 1999-09-01 | 1 | -2/+2 |
| | | | | program. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | - ignore the user-supplied umask, set it to 0022 by default | ru | 1999-08-05 | 1 | -5/+9 |
| | | | | | | | - install /etc/wall_cmos_clock with 0444 mode rather than 0666 - -Wall inspection PR: 12967 | ||||
* | Make UTC or local time message a little more clear. | mharo | 1999-06-23 | 1 | -2/+2 |
| | |||||
* | Add a `default' feature to tzsetup for use in script-driven installation | wollman | 1999-02-02 | 2 | -20/+86 |
| | | | | | (if someone writes the other half). Also rewrite the man page in a more appropriate (formal) style. | ||||
* | Old stuff lying around a source tree: | peter | 1998-12-16 | 2 | -5/+11 |
| | | | | Create/remove /etc/wall_cmos_clock without using system() and magic paths. | ||||
* | Minor brace gymnastics so that /etc/wall_cmos_clock is really | steve | 1998-01-10 | 1 | -3/+4 |
| | | | | | | | created. PR: 5473 Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> | ||||
* | Teach tzsetup to understand blank lines in the iso3166 file. | joerg | 1997-11-07 | 1 | -2/+2 |
| | | | | Found by: evanc@synapse.net (Evan Champion) |