Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/miniroot Actually use MDSETS, so that ports can inst...



details:   https://anonhg.NetBSD.org/src/rev/a720b098e7f7
branches:  trunk
changeset: 471835:a720b098e7f7
user:      is <is%NetBSD.org@localhost>
date:      Mon Apr 12 22:17:21 1999 +0000

description:
Actually use MDSETS, so that ports can install the x sets if useful

diffstat:

 distrib/miniroot/install.sh |  6 +++---
 distrib/miniroot/upgrade.sh |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r 22fe1ea7642e -r a720b098e7f7 distrib/miniroot/install.sh
--- a/distrib/miniroot/install.sh       Mon Apr 12 20:57:52 1999 +0000
+++ b/distrib/miniroot/install.sh       Mon Apr 12 22:17:21 1999 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: install.sh,v 1.19 1999/02/07 19:39:07 is Exp $
+#      $NetBSD: install.sh,v 1.20 1999/04/12 22:17:21 is Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -71,7 +71,7 @@
 . install.sub
 
 # which sets?
-THESETS="$ALLSETS"
+THESETS="$ALLSETS $MDSETS"
 
 # Good {morning,afternoon,evening,night}.
 md_welcome_banner
@@ -380,7 +380,7 @@
        fi
 done
 
-install_sets $ALLSETS $MDSETS
+install_sets
 
 # Copy in configuration information and make devices in target root.
 (
diff -r 22fe1ea7642e -r a720b098e7f7 distrib/miniroot/upgrade.sh
--- a/distrib/miniroot/upgrade.sh       Mon Apr 12 20:57:52 1999 +0000
+++ b/distrib/miniroot/upgrade.sh       Mon Apr 12 22:17:21 1999 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: upgrade.sh,v 1.16 1998/01/24 19:16:25 veego Exp $
+#      $NetBSD: upgrade.sh,v 1.17 1999/04/12 22:17:21 is Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -66,7 +66,7 @@
 . install.sub
 
 # which sets?
-THESETS="$UPGRSETS"
+THESETS="$UPGRSETS $MDSETS"
 
 # Files that moved between 1.2 and 1.3
 RELOCATED_FILES_13="${RELOCATED_FILES_13} /sbin/dumpfs /usr/sbin/dumpfs"



Home | Main Index | Thread Index | Old Index