Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup-timezone: fix use of -z option | Natanael Copa | 2015-08-10 | 1 | -5/+5 |
| | | | | ref #4518 | ||||
* | setup-timezone: move /etc/zoneinfo/localtime to /etc/localtime | Natanael Copa | 2014-06-11 | 1 | -2/+2 |
| | | | | This is what upstream musl does. | ||||
* | setup-timezone: force install virtual package | Natanael Copa | 2014-04-23 | 1 | -1/+1 |
| | | | | | | | This is to avoid the message: ERROR: You tried to add a non-repository package to system, but it would be lost on next reboot. Enable package caching (apk cache --help) or use --force if you know what you are doing. | ||||
* | fix permissions | Natanael Copa | 2014-04-23 | 1 | -0/+0 |
| | |||||
* | setup-timezone: code cleanup. rename zonepath to timezone | Natanael Copa | 2014-04-23 | 1 | -13/+13 |
| | |||||
* | setup-timezone: refactor. -i for install all tzdata and -k for keep copies | Natanael Copa | 2014-04-23 | 1 | -6/+37 |
| | | | | | | | | | By default we copy the tzdata file to /etc/zoneinfo and symlink to our copy. We also purge all previously copied timezones unless -k is given. If -i is specified, then will the tzdata apk package stay and the symlink will point to /usr/share/zoneinfo/... instead of a copy in /etc/zoneinfo/ | ||||
* | setup-timezone: use /usr/zoneinfo/localtime instead of /etc/TZ | Natanael Copa | 2014-04-23 | 1 | -19/+7 |
| | | | | | | | musl uses /etc/zoneinfo/localtime ref #927 fixes #2867 | ||||
* | setup-timezone: rename 'folder' to 'directory' | Natanael Copa | 2014-04-23 | 1 | -4/+4 |
| | | | | This is unix... | ||||
* | setup-timezone: remove -p <POSIXTZ> option | Natanael Copa | 2014-04-23 | 1 | -9/+2 |
| | |||||
* | setup-timezone: fix bug in getopts parsing | Eivind Uggedal | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | various: use long-form apk options | Dubiousjim | 2013-07-03 | 1 | -3/+3 |
| | |||||
* | setup-timezone: fix typo | Yves Schumann | 2013-05-29 | 1 | -2/+2 |
| | | | | | - Removed obsolete modifier - Fixed typo | ||||
* | minor typo correction in setup-timezone.in | Jeremy Thomerson | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | setup-timezone: command line options for posixtz format and tzdata format | Jeff Bilyk | 2011-08-05 | 1 | -0/+35 |
| | |||||
* | setup-disk, setup-timezone: improved messages | Matt Smith | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | setup-timezone: abort if tzdata does not install | Natanael Copa | 2011-04-07 | 1 | -1/+1 |
| | |||||
* | setup-timezone: rewrite | Natanael Copa | 2011-03-16 | 1 | -112/+65 |
| | |||||
* | setup-timezone: minor fixes | Natanael Copa | 2011-03-03 | 1 | -8/+8 |
| | | | | | - ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line | ||||
* | setup-timezone: initial version of script | Jeff Bilyk | 2011-02-26 | 1 | -0/+122 |
initial cut at a setup-timezone script |