diff options
author | 1998-04-03 18:56:13 +0000 | |
---|---|---|
committer | 1998-04-03 18:56:13 +0000 | |
commit | 719190486b7606abcfbd87fddcbfe72b8be552e8 (patch) | |
tree | 21776d40353ba298a1ce6831bd7bbe52d8e5192b | |
parent | handle unknown option too. All this ipoption handling needs rewriting, I now see a whole bunch more flaws (diff) | |
download | wireguard-openbsd-719190486b7606abcfbd87fddcbfe72b8be552e8.tar.xz wireguard-openbsd-719190486b7606abcfbd87fddcbfe72b8be552e8.zip |
another timezone example
-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. |