summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-10-08 03:54:13 +0000
committermillert <millert@openbsd.org>1999-10-08 03:54:13 +0000
commitafad83d0ae5b2c7f1f8ab421bc7b0efacbb873bf (patch)
tree54dbdf95d540a393cf1a5f460bddc9d278b93f5d
parentadduser_proc(8) go bye-bye; deraadt@ ok (diff)
downloadwireguard-openbsd-afad83d0ae5b2c7f1f8ab421bc7b0efacbb873bf.tar.xz
wireguard-openbsd-afad83d0ae5b2c7f1f8ab421bc7b0efacbb873bf.zip
When making timezone link just say what it is doing, don't say
"doing...done" since it takes no noticable time...
-rw-r--r--distrib/miniroot/install.sh7
-rw-r--r--distrib/miniroot/upgrade.sh5
2 files changed, 5 insertions, 7 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh
index 652a6e46087..08986b7615b 100644
--- a/distrib/miniroot/install.sh
+++ b/distrib/miniroot/install.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sh,v 1.62 1999/09/25 22:48:45 deraadt Exp $
+# $OpenBSD: install.sh,v 1.63 1999/10/08 03:54:13 millert Exp $
# $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
#
# Copyright (c) 1997,1998 Todd Miller, Theo de Raadt
@@ -601,12 +601,11 @@ if [ ! -e /usr/share/zoneinfo ]; then
get_timezone
fi
if [ ! -e /mnt/usr/share/zoneinfo ]; then
- echo "Cannot install timezone link..."
+ echo "Cannot install timezone link."
else
- echo -n "Installing timezone link..."
+ echo "Installing timezone link."
rm -f /mnt/etc/localtime
ln -s /usr/share/zoneinfo/$TZ /mnt/etc/localtime
- echo "done."
fi
diff --git a/distrib/miniroot/upgrade.sh b/distrib/miniroot/upgrade.sh
index 1d8dbaff759..df532c526b9 100644
--- a/distrib/miniroot/upgrade.sh
+++ b/distrib/miniroot/upgrade.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: upgrade.sh,v 1.10 1999/08/15 09:53:36 millert Exp $
+# $OpenBSD: upgrade.sh,v 1.11 1999/10/08 03:54:14 millert Exp $
# $NetBSD: upgrade.sh,v 1.2.4.5 1996/08/27 18:15:08 gwr Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -283,10 +283,9 @@ esac
fi
done
- echo -n "Installing timezone link..."
+ echo "Installing timezone link."
rm -f /mnt/etc/localtime
ln -s /usr/share/zoneinfo/$TZ /mnt/etc/localtime
- echo "done."
echo -n "Making devices..."
#_pid=`twiddle`