mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] timezone: Change default to empty string
Date: Fri, 26 Oct 2018 11:48:21 +0200	[thread overview]
Message-ID: <20181026094822.15444-2-ada@thorsis.com> (raw)
In-Reply-To: <20181026094822.15444-1-ada@thorsis.com>

Defaulting to any valid timezone would require that to be selected.
Instead of mandatory selecting a timezone we leave this empty now and
make the help text more clear.

Suggested-by: Roland Hieber <r.hieber@pengutronix.de>
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/timezone.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/timezone.in b/rules/timezone.in
index 378a05b68..ae26de02b 100644
--- a/rules/timezone.in
+++ b/rules/timezone.in
@@ -14,12 +14,13 @@ comment "Timezone support"
 
 config TIMEZONE_LOCALTIME
 	prompt "Timezone for /etc/localtime"
-	default "Europe/Berlin"
+	default ""
 	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)
-	  Note: if you leave this empty /etc/localtime is NOT created.
+
+	  NOTE: if you leave this empty /etc/localtime is NOT created.
 
 config TIMEZONE_AFRICA
 	bool
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-10-26  9:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-26  9:48 [ptxdist] [PATCH 0/2] timezone update and a forgotten patch Alexander Dahl
2018-10-26  9:48 ` Alexander Dahl [this message]
2018-10-26  9:48 ` [ptxdist] [PATCH 2/2] tz: version bump 2018e -> 2018f Alexander Dahl
2018-10-28  7:55   ` Alexander Dahl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181026094822.15444-2-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox