diff options
author | 2009-04-26 21:21:12 +0000 | |
---|---|---|
committer | 2009-04-26 21:21:12 +0000 | |
commit | 727a4c29820de697a9ce9f0392560d1c497aeefe (patch) | |
tree | e83dfce16698afcc32f0280d0043edc3d45a28cb | |
parent | no more need for ftp -T option, since it is automatic now (diff) | |
download | wireguard-openbsd-727a4c29820de697a9ce9f0392560d1c497aeefe.tar.xz wireguard-openbsd-727a4c29820de697a9ce9f0392560d1c497aeefe.zip |
No need to say that we setup the timezone; the user can assume it happens because we move on to the next task
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index aa3d116a8cb..000893c7915 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.488 2009/04/26 21:20:27 deraadt Exp $ +# $OpenBSD: install.sub,v 1.489 2009/04/26 21:21:12 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1322,9 +1322,7 @@ set_timezone() { if [[ -f $_zonepath ]]; then TZ=${_zonepath#$_zoneroot} - echo -n "Setting local timezone to '$TZ'..." ln -sf /usr/share/zoneinfo/$TZ /mnt/etc/localtime - echo "done." return fi |