diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-08-07 15:00:10 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-08-07 15:00:10 +0000 |
commit | 39f0189350aa0e2334696fc9389f2eddf825ccb9 (patch) | |
tree | 16b53292fb9a54ee8af53b96ec042553a7e60234 /distrib/simpleroot/install.sub | |
parent | ea213bfe09b9ab17442471fd36c5c20fc665612d (diff) |
suggest CET, not MET, ok deraadt@
Diffstat (limited to 'distrib/simpleroot/install.sub')
-rw-r--r-- | distrib/simpleroot/install.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/simpleroot/install.sub b/distrib/simpleroot/install.sub index a9c99aeae50..e0004cf2652 100644 --- a/distrib/simpleroot/install.sub +++ b/distrib/simpleroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.10 2000/07/10 13:07:18 maja Exp $ +# $OpenBSD: install.sub,v 1.11 2001/08/07 15:00:09 markus Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -1169,9 +1169,9 @@ cat << \__get_timezone_1 Select a time zone for your location. Timezones are represented on the system by a directory structure rooted in "/usr/share/timezone". Most -timezones can be selected by entering a token like "MET" or "GMT-6". +timezones can be selected by entering a token like "CET" or "GMT-6". Other zones are grouped by continent, with detailed zone information -separated by a slash ("/"), e.g. "US/Pacific". +separated by a slash ("/"), e.g. "US/Pacific" or "Canada/Mountain". To get a listing of what's available in /usr/share/zoneinfo, enter "?" at the prompts below. |