summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/upgr
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/i386/floppies/upgr')
-rw-r--r--distrib/i386/floppies/upgr/Makefile4
-rw-r--r--distrib/i386/floppies/upgr/dot.hdprofile2
-rw-r--r--distrib/i386/floppies/upgr/dot.profile2
-rw-r--r--distrib/i386/floppies/upgr/dot.upgrutils2
-rw-r--r--distrib/i386/floppies/upgr/list2
-rw-r--r--distrib/i386/floppies/upgr/upgrade.sh6
6 files changed, 9 insertions, 9 deletions
diff --git a/distrib/i386/floppies/upgr/Makefile b/distrib/i386/floppies/upgr/Makefile
index 0ba5f863164..c5b9267498e 100644
--- a/distrib/i386/floppies/upgr/Makefile
+++ b/distrib/i386/floppies/upgr/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.1 1995/10/18 08:37:35 deraadt Exp $
+# $Id: Makefile,v 1.2 1995/11/06 21:27:41 deraadt Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
-IMAGE= upgr-${REV}.fs
+IMAGE= upgr${REV}.fs
.include "${TOP}/inst-common/Makefile.inc"
diff --git a/distrib/i386/floppies/upgr/dot.hdprofile b/distrib/i386/floppies/upgr/dot.hdprofile
index f1fa65b4a9d..65a9cc2a435 100644
--- a/distrib/i386/floppies/upgr/dot.hdprofile
+++ b/distrib/i386/floppies/upgr/dot.hdprofile
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.hdprofile,v 1.1 1995/10/18 08:37:35 deraadt Exp $
+# $Id: dot.hdprofile,v 1.2 1995/11/06 21:27:43 deraadt Exp $
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH
diff --git a/distrib/i386/floppies/upgr/dot.profile b/distrib/i386/floppies/upgr/dot.profile
index 6c7d5adc48b..d6b5063c445 100644
--- a/distrib/i386/floppies/upgr/dot.profile
+++ b/distrib/i386/floppies/upgr/dot.profile
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.profile,v 1.1 1995/10/18 08:37:35 deraadt Exp $
+# $Id: dot.profile,v 1.2 1995/11/06 21:27:44 deraadt Exp $
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH
diff --git a/distrib/i386/floppies/upgr/dot.upgrutils b/distrib/i386/floppies/upgr/dot.upgrutils
index afc8f3df2cd..97f52529a93 100644
--- a/distrib/i386/floppies/upgr/dot.upgrutils
+++ b/distrib/i386/floppies/upgr/dot.upgrutils
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.upgrutils,v 1.1 1995/10/18 08:37:35 deraadt Exp $
+# $Id: dot.upgrutils,v 1.2 1995/11/06 21:27:45 deraadt Exp $
# Upgrade cleanup utilites (functions), to make sure a recently-upgraded
# system is safely runnable. These are meant to be invoked from the shell
diff --git a/distrib/i386/floppies/upgr/list b/distrib/i386/floppies/upgr/list
index eb3850b4daa..d819ad559b2 100644
--- a/distrib/i386/floppies/upgr/list
+++ b/distrib/i386/floppies/upgr/list
@@ -1,4 +1,4 @@
-# $Id: list,v 1.1 1995/10/18 08:37:35 deraadt Exp $
+# $Id: list,v 1.2 1995/11/06 21:27:46 deraadt Exp $
# and the upgrade tools
COPY dot.profile .profile
diff --git a/distrib/i386/floppies/upgr/upgrade.sh b/distrib/i386/floppies/upgr/upgrade.sh
index 8ac8eb5bbdf..0183b9c7f6c 100644
--- a/distrib/i386/floppies/upgr/upgrade.sh
+++ b/distrib/i386/floppies/upgr/upgrade.sh
@@ -28,7 +28,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: upgrade.sh,v 1.1 1995/10/18 08:37:35 deraadt Exp $
+# $Id: upgrade.sh,v 1.2 1995/11/06 21:27:47 deraadt Exp $
# NetBSD upgrade script.
# In a perfect world, this would be a nice C program, with a reasonable
@@ -38,7 +38,7 @@ DT=/etc/disktab # /etc/disktab
FSTABDIR=/mnt/etc # /mnt/etc
#DONTDOIT=echo
-VERSION=1.0
+VERSION=1.1
FSTAB=${FSTABDIR}/fstab
getresp() {
@@ -236,7 +236,7 @@ $DONTDOIT cp /tmp/.hdprofile /mnt/.profile
echo ""
echo "Mounting remaining partitions..."
-chroot /mnt mount -at ufs > /dev/null 2>&1
+chroot /mnt mount -at ffs > /dev/null 2>&1
echo "Done."
echo ""