| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Noticed by: kevlo
Pointy hat to: wollman
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move the reinstall logic to be before menus are initialised
(menus are not needed when reinstalling a zonefile).
- Remove unnecessary re-initialization of path_db.
- Update variable name and error message because we now use the
zone name relative to /usr/share/zoneinfo, not the full path.
pr: bin/164041
Submitted by: Devin Teske <dteske vicor com>
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
| |
Update verbose output to match what actually happens when selecting
the UTC option, and when the -n option is used.
Patch updated slightly for new libdialog.
PR: bin/164042
Submitted by: Devin Teske <dteske vicor com>
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
If the specified zone file does not exist or the -n flag is specified,
do not update /var/db/zoneinfo.
PR: bin/164039
Submitted by: Devin Teske <dteske vicor com>
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
| |
installing zoneinfo. While we're in the vicinity, add some missing
error checking to eliminate an unhelpful error message when unlink()
fails.
/me is embarrassed by the quality of his 16-year-old code.
The whole thing is awful and could stand a complete rewrite.
PR: 164038
Submitted by: Devin Teske (but implemented differently)
|
| |
|
|
|
|
| |
in dlg_default_listitem().
|
| |
|
|
|
|
|
| |
to delete any old /var/db/zoneinfo file that may exist so that
tzsetup -r does the right thing.
|
|
|
|
|
|
|
|
| |
and sync it with manpage's SYNOPSIS
- generally clean up a manpage's formatting
Reviewed by: edwin
|
|
|
|
|
|
|
| |
PR: bin/156019
Submitted by: Daniel O'Conner
Reviewed by: Garrett Cooper <gcooper@FreeBSD.org>
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: imp (mentor)
|
| |
|
|
|
|
|
|
|
| |
It is obvious that it isn't used, but both clang and Coverity talk about it.
Found with: Coverity Prevent(tm)
CID: 8066
|
|
|
|
| |
Found with the clang checker.
|
| |
|
|
|
|
|
|
| |
- Add examples to the man-page.
MFC after: 1 week
|
|
|
|
|
|
|
| |
now can run "tzsetup -r" which will reinstall the last choice. This
data is recorded in /var/db/zoneinfo.
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
| |
UTC" is answered as No, it would abort without properly ending the
dialog session.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
- Remove paths.h and embed it in the source.
- Remove stale alpha support.
- Clean up compiler warnings and fix style(9) bugs.
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
Approved by: re (rwatson)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
| |
|
|
|
|
|
|
| |
structure internals.
Reviewed by: markm
|
| |
|
| |
|
| |
|
|
|
|
| |
<time.h>).
|
| |
|
|
|
|
|
|
| |
It was not discussed and should probably not happen.
Requested by: msmith and others
|
|
|
|
|
|
|
|
| |
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
|