diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-03 18:56:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-03 18:56:14 +0000 |
commit | d3c4b7110243603a323a397c0e39c4b347949a5d (patch) | |
tree | bb2068b33a65766ecf397c8a285c3f0f512521eb /distrib | |
parent | c484dd14bbe1e4ea73959e359f38f6fc8a67f183 (diff) |
another timezone example
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 23a868a7ab1..5459f742a03 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.70 1998/04/01 20:21:49 millert Exp $ +# $OpenBSD: install.sub,v 1.71 1998/04/03 18:56:13 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -1751,7 +1751,7 @@ 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". 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. |