Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/miniroot Pullup from -current:



details:   https://anonhg.NetBSD.org/src/rev/421194a3da25
branches:  netbsd-1-4
changeset: 468202:421194a3da25
user:      is <is%NetBSD.org@localhost>
date:      Tue Apr 13 17:20:42 1999 +0000

description:
Pullup from -current:
actually use the $MDSETS variable, so that individual ports can choose to
(e.g.) install the x sets if they want to.

diffstat:

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

diffs (47 lines):

diff -r 70ed843bc682 -r 421194a3da25 distrib/miniroot/install.sh
--- a/distrib/miniroot/install.sh       Tue Apr 13 15:35:57 1999 +0000
+++ b/distrib/miniroot/install.sh       Tue Apr 13 17:20:42 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.19.2.1 1999/04/13 17:20:42 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 70ed843bc682 -r 421194a3da25 distrib/miniroot/upgrade.sh
--- a/distrib/miniroot/upgrade.sh       Tue Apr 13 15:35:57 1999 +0000
+++ b/distrib/miniroot/upgrade.sh       Tue Apr 13 17:20:42 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.16.2.1 1999/04/13 17:20:42 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