aboutsummaryrefslogtreecommitdiffstats
path: root/setup-timezone.in
Commit message (Collapse)AuthorAgeFilesLines
* indent heredocs and replace echos with heredoc where appropriateJakub Jirutka2016-11-021-9/+9
|
* fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka2016-11-021-6/+5
|
* setup-timezone: fix use of -z optionNatanael Copa2015-08-101-5/+5
| | | | ref #4518
* setup-timezone: move /etc/zoneinfo/localtime to /etc/localtimeNatanael Copa2014-06-111-2/+2
| | | | This is what upstream musl does.
* setup-timezone: force install virtual packageNatanael Copa2014-04-231-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 permissionsNatanael Copa2014-04-231-0/+0
|
* setup-timezone: code cleanup. rename zonepath to timezoneNatanael Copa2014-04-231-13/+13
|
* setup-timezone: refactor. -i for install all tzdata and -k for keep copiesNatanael Copa2014-04-231-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/TZNatanael Copa2014-04-231-19/+7
| | | | | | | musl uses /etc/zoneinfo/localtime ref #927 fixes #2867
* setup-timezone: rename 'folder' to 'directory'Natanael Copa2014-04-231-4/+4
| | | | This is unix...
* setup-timezone: remove -p <POSIXTZ> optionNatanael Copa2014-04-231-9/+2
|
* setup-timezone: fix bug in getopts parsingEivind Uggedal2013-08-131-1/+1
|
* various: use long-form apk optionsDubiousjim2013-07-031-3/+3
|
* setup-timezone: fix typoYves Schumann2013-05-291-2/+2
| | | | | - Removed obsolete modifier - Fixed typo
* minor typo correction in setup-timezone.inJeremy Thomerson2011-09-091-1/+1
|
* setup-timezone: command line options for posixtz format and tzdata formatJeff Bilyk2011-08-051-0/+35
|
* setup-disk, setup-timezone: improved messagesMatt Smith2011-04-141-1/+1
|
* setup-timezone: abort if tzdata does not installNatanael Copa2011-04-071-1/+1
|
* setup-timezone: rewriteNatanael Copa2011-03-161-112/+65
|
* setup-timezone: minor fixesNatanael Copa2011-03-031-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 scriptJeff Bilyk2011-02-261-0/+122
initial cut at a setup-timezone script