summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2002-11-10 01:26:50 +0000
committerkrw <krw@openbsd.org>2002-11-10 01:26:50 +0000
commit5775b1f340298c41313a4188fcedb9e83d786710 (patch)
tree1513e8edffe50d1e5a3b82f67178b1e6f3d08083
parentFix makedev() so that if the device nodes are *not* created, makedev() (diff)
downloadwireguard-openbsd-5775b1f340298c41313a4188fcedb9e83d786710.tar.xz
wireguard-openbsd-5775b1f340298c41313a4188fcedb9e83d786710.zip
Polish wording on fstab verbiage, and swap paragraphs so the paragraph
descibing how the fstab will be used follows immediately after the fstab listing, and the paragraph explaining about editing the fstab comes immediately before the offer to edit the fstab. Eliminate a blank line before the question as it is now tightly related to the paragraph that precedes it.
-rw-r--r--distrib/miniroot/upgrade.sh13
1 files changed, 6 insertions, 7 deletions
diff --git a/distrib/miniroot/upgrade.sh b/distrib/miniroot/upgrade.sh
index 6ac75183fdb..d4920628f58 100644
--- a/distrib/miniroot/upgrade.sh
+++ b/distrib/miniroot/upgrade.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: upgrade.sh,v 1.45 2002/11/07 01:28:52 krw Exp $
+# $OpenBSD: upgrade.sh,v 1.46 2002/11/10 01:26:50 krw Exp $
# $NetBSD: upgrade.sh,v 1.2.4.5 1996/08/27 18:15:08 gwr Exp $
#
# Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback
@@ -119,13 +119,12 @@ The fstab is configured as follows:
$(</tmp/fstab)
-You can edit the fstab now, before it is used, but the edited fstab will
-only be used during the upgrade. It will not be copied back to disk.
-
-Filesystems in the fstab will be mounted only if the 'noauto' option is
-absent, /sbin/mount_<fstype> is found, and the fstype is not nfs. Only
-filesystems with a fstype of ffs will be mounted read-write.
+For the ${MODE}, filesystems in the fstab will be automatically mounted if the
+'noauto' option is absent, and /sbin/mount_<fstype> is found, and the fstype is
+not nfs. Non-ffs filesystems will be mounted read-only.
+You can edit the fstab now, before it is used, but the edited fstab will only
+be used during the upgrade. It will not be copied back to disk.
__EOT
ask "Edit the fstab with ${EDITOR}?" n
case $resp in