summaryrefslogtreecommitdiffstats
path: root/rules/timezone.in
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2018-06-26 08:56:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-26 09:14:00 +0200
commit6869e98593a2db4cb18a7e1a9a83113c4fe6f125 (patch)
treeb77e36936a85ef7af2b386585588c69d4f5d06dd /rules/timezone.in
parentb9418ec8d72b6325e66320aba5dfde063820c105 (diff)
downloadptxdist-6869e98593a2db4cb18a7e1a9a83113c4fe6f125.tar.gz
ptxdist-6869e98593a2db4cb18a7e1a9a83113c4fe6f125.tar.xz
timezone: Cleanup timezone file removal
The targetinstall of the file was removed ptxdist 2017.10.0, but not the file itself. Also the help text in menu was not updated. Fixes: 3ee522b06e41b3b4da9490b06859a62a23fca18e Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/timezone.in')
-rw-r--r--rules/timezone.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/timezone.in b/rules/timezone.in
index 0b87c01dc..633c15020 100644
--- a/rules/timezone.in
+++ b/rules/timezone.in
@@ -13,15 +13,13 @@ if TIMEZONE
comment "Timezone support"
config TIMEZONE_LOCALTIME
- prompt "Timezone for /etc/localtime and /etc/timezone"
+ prompt "Timezone for /etc/localtime"
default "Europe/Berlin"
string
help
Where should /etc/localtime point to? (e.g. put in "Europe/Berlin"
here to let it point to /usr/share/zoneinfo/Europe/Berlin)
- Additionally this value is written to /etc/timezone like on Debian
- or for systemd. Note: if you leave this empty /etc/timezone and
- /etc/localtime are NOT created.
+ Note: if you leave this empty /etc/localtime is NOT created.
config TIMEZONE_AFRICA
bool