Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-10 | setup-timezone: fix use of -z option | Natanael Copa | |
ref #4518 | |||
2014-06-11 | setup-timezone: move /etc/zoneinfo/localtime to /etc/localtime | Natanael Copa | |
This is what upstream musl does. | |||
2014-04-23 | setup-timezone: force install virtual package | Natanael Copa | |
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. | |||
2014-04-23 | fix permissions | Natanael Copa | |
2014-04-23 | setup-timezone: code cleanup. rename zonepath to timezone | Natanael Copa | |
2014-04-23 | setup-timezone: refactor. -i for install all tzdata and -k for keep copies | Natanael Copa | |
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/ | |||
2014-04-23 | setup-timezone: use /usr/zoneinfo/localtime instead of /etc/TZ | Natanael Copa | |
musl uses /etc/zoneinfo/localtime ref #927 fixes #2867 | |||
2014-04-23 | setup-timezone: rename 'folder' to 'directory' | Natanael Copa | |
This is unix... | |||
2014-04-23 | setup-timezone: remove -p <POSIXTZ> option | Natanael Copa | |
2013-08-13 | setup-timezone: fix bug in getopts parsing | Eivind Uggedal | |
2013-07-03 | various: use long-form apk options | Dubiousjim | |
2013-05-29 | setup-timezone: fix typo | Yves Schumann | |
- Removed obsolete modifier - Fixed typo | |||
2011-09-09 | minor typo correction in setup-timezone.in | Jeremy Thomerson | |
2011-08-05 | setup-timezone: command line options for posixtz format and tzdata format | Jeff Bilyk | |
2011-04-14 | setup-disk, setup-timezone: improved messages | Matt Smith | |
2011-04-07 | setup-timezone: abort if tzdata does not install | Natanael Copa | |
2011-03-16 | setup-timezone: rewrite | Natanael Copa | |
2011-03-03 | setup-timezone: minor fixes | Natanael Copa | |
- ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line | |||
2011-02-26 | setup-timezone: initial version of script | Jeff Bilyk | |
initial cut at a setup-timezone script |