Source-Changes-HG archive

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

[src/trunk]: src/distrib - back out previous for amiga/miniroot/list because:



details:   https://anonhg.NetBSD.org/src/rev/9e6685381840
branches:  trunk
changeset: 474366:9e6685381840
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 04 11:46:23 1999 +0000

description:
- back out previous for amiga/miniroot/list because:
- sparc now creates /kern in the 'list' file like the amiga, atari,
  mvme68k and pmax ports, and:
- remove /kern from miniroot/mtree.conf

diffstat:

 distrib/amiga/miniroot/list |  3 ++-
 distrib/miniroot/mtree.conf |  7 +------
 distrib/sparc/miniroot/list |  4 +++-
 3 files changed, 6 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r bd614248804c -r 9e6685381840 distrib/amiga/miniroot/list
--- a/distrib/amiga/miniroot/list       Sun Jul 04 10:45:37 1999 +0000
+++ b/distrib/amiga/miniroot/list       Sun Jul 04 11:46:23 1999 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: list,v 1.7 1999/07/04 09:51:45 is Exp $
+#      $NetBSD: list,v 1.8 1999/07/04 11:46:23 mrg Exp $
 
 # Amiga extra's
 LINK   instbin                 sbin/mount_ados
 LINK   instbin                 sbin/mount_kernfs
+SPECIAL mkdir                  kern
 LINK   instbin                 usr/bin/printf
 LINK   instbin                 usr/bin/vi
 LINK   instbin                 usr/sbin/loadkmap
diff -r bd614248804c -r 9e6685381840 distrib/miniroot/mtree.conf
--- a/distrib/miniroot/mtree.conf       Sun Jul 04 10:45:37 1999 +0000
+++ b/distrib/miniroot/mtree.conf       Sun Jul 04 11:46:23 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mtree.conf,v 1.5 1999/06/27 12:55:58 mrg Exp $
+#      $NetBSD: mtree.conf,v 1.6 1999/07/04 11:46:25 mrg Exp $
 
 /set type=dir uname=root gname=wheel mode=0755
 # .
@@ -19,11 +19,6 @@
 # ./etc
 ..
 
-# ./kern
-kern
-# ./kern
-..
-
 # ./mnt
 mnt
 # ./mnt
diff -r bd614248804c -r 9e6685381840 distrib/sparc/miniroot/list
--- a/distrib/sparc/miniroot/list       Sun Jul 04 10:45:37 1999 +0000
+++ b/distrib/sparc/miniroot/list       Sun Jul 04 11:46:23 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.12 1999/06/27 12:55:59 mrg Exp $
+#      $NetBSD: list,v 1.13 1999/07/04 11:46:24 mrg Exp $
 
 # Sparc extra's
 LINK   instbin                 sbin/disklabel
@@ -19,6 +19,8 @@
 CRUNCHSPECIAL  vi srcdir usr.bin/vi/build
 CRUNCHSPECIAL  less srcdir usr.bin/less/less
 
+# for /kern
+SPECIAL        mkdir kern
 
 # Minimize use of MFS
 SYMLINK        /tmp    var/tmp



Home | Main Index | Thread Index | Old Index