summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2002-04-29 01:49:50 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2002-04-29 01:49:50 +0000
commitd8d52faa514ab5d1e27dba43d05d29b2f6242f8e (patch)
treebf0ac4d489292801ab3db8f9c4133fe2f0175127 /distrib
parent6df411d34b508fd22666e694065093fca6693b64 (diff)
Expose a few more comments to stripping: must be on separate line, and
must *not* start with consecutive '#'s.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/install.sub9
1 files changed, 5 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index eba795b8b14..d6ab5c6d1fe 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sub,v 1.214 2002/04/29 01:38:06 krw Exp $
+# $OpenBSD: install.sub,v 1.215 2002/04/29 01:49:49 krw Exp $
# $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $
#
# Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback
@@ -1773,7 +1773,8 @@ __EOT
# don't necessarily have to come from the same media.
ask "\nExtract more sets?" n
case $resp in
- y*|Y*) # Force loop to repeat
+ y*|Y*)
+ # Force loop to repeat
resp=
;;
esac
@@ -2100,7 +2101,7 @@ finish_up() {
exit 0
}
-########################################################################
+# #######################################################################
#
# Initial actions common to both installs and upgrades.
#
@@ -2108,7 +2109,7 @@ finish_up() {
# call functions defined above, so it's safest to put this
# code here rather than at the top of the file.
#
-########################################################################
+# #######################################################################
ROOTDISK=
VERSION=31