Source-Changes-HG archive

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

[src/trunk]: src/distrib link mount_mfs to newfs



details:   https://anonhg.NetBSD.org/src/rev/9ce83a71a0d4
branches:  trunk
changeset: 525593:9ce83a71a0d4
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Apr 13 13:37:48 2002 +0000

description:
link mount_mfs to newfs

diffstat:

 distrib/alpha/instkernel/ramdisk/list |   4 ++--
 distrib/pmax/ramdisk/list             |  10 +++++-----
 distrib/vax/ramdisk/list              |  10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (91 lines):

diff -r 31f8bcdc5bf4 -r 9ce83a71a0d4 distrib/alpha/instkernel/ramdisk/list
--- a/distrib/alpha/instkernel/ramdisk/list     Sat Apr 13 13:35:23 2002 +0000
+++ b/distrib/alpha/instkernel/ramdisk/list     Sat Apr 13 13:37:48 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.16 2002/04/12 02:13:49 lukem Exp $
+#      $NetBSD: list,v 1.17 2002/04/13 13:37:48 lukem Exp $
 
 SRCDIRS        bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
 
@@ -32,7 +32,7 @@
 PROG   sbin/mount_kernfs
 PROG   sbin/mount_msdos
 PROG   sbin/mount_nfs
-PROG   sbin/newfs
+PROG   sbin/newfs      sbin/mount_mfs
 PROG   sbin/ping
 PROG   sbin/reboot     sbin/halt
 PROG   sbin/restore    sbin/rrestore
diff -r 31f8bcdc5bf4 -r 9ce83a71a0d4 distrib/pmax/ramdisk/list
--- a/distrib/pmax/ramdisk/list Sat Apr 13 13:35:23 2002 +0000
+++ b/distrib/pmax/ramdisk/list Sat Apr 13 13:37:48 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.11 2002/04/12 03:28:07 lukem Exp $
+#      $NetBSD: list,v 1.12 2002/04/13 13:39:26 lukem Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
 
@@ -32,7 +32,7 @@
 PROG   sbin/mount_kernfs
 PROG   sbin/mount_msdos
 PROG   sbin/mount_nfs
-PROG   sbin/newfs
+PROG   sbin/newfs      sbin/mount_mfs
 PROG   sbin/ping
 PROG   sbin/reboot     sbin/halt
 PROG   sbin/restore    sbin/rrestore
@@ -52,13 +52,13 @@
 PROG   usr/sbin/chown  usr/bin/chgrp
 PROG   usr/sbin/chroot
 
+# init invokes the shell as -sh
+ARGVLN sh -sh
+
 SPECIAL        ping    srcdir  distrib/utils/x_ping
 
 LIBS   -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
 
-# init invokes the shell as -sh
-ARGVLN sh -sh
-
 # we need the boot blocks /usr/mdec
 COPY   ${DESTDIR}/usr/mdec/bootxx_ffs          usr/mdec/bootxx_ffs
 COPY   ${DESTDIR}/usr/mdec/boot.pmax           usr/mdec/boot.pmax
diff -r 31f8bcdc5bf4 -r 9ce83a71a0d4 distrib/vax/ramdisk/list
--- a/distrib/vax/ramdisk/list  Sat Apr 13 13:35:23 2002 +0000
+++ b/distrib/vax/ramdisk/list  Sat Apr 13 13:37:48 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.10 2002/03/28 02:15:09 lukem Exp $
+#      $NetBSD: list,v 1.11 2002/04/13 13:40:17 lukem Exp $
 
 SRCDIRS        bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
 
@@ -31,7 +31,7 @@
 PROG   sbin/mount_ffs
 PROG   sbin/mount_kernfs
 PROG   sbin/mount_nfs
-PROG   sbin/newfs
+PROG   sbin/newfs      sbin/mount_mfs
 PROG   sbin/ping
 PROG   sbin/reboot     sbin/halt
 # PROG sbin/restore    sbin/rrestore
@@ -50,6 +50,9 @@
 PROG   usr/sbin/chown  usr/bin/chgrp
 PROG   usr/sbin/chroot
 
+# init invokes the shell as -sh
+ARGVLN sh -sh
+
 SPECIAL        ftp             srcdir  distrib/utils/x_ftp
 SPECIAL        ifconfig        srcdir  distrib/utils/x_ifconfig
 SPECIAL        ping            srcdir  distrib/utils/x_ping
@@ -57,9 +60,6 @@
 
 LIBS   libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm
 
-# init invokes the shell as -sh
-ARGVLN sh -sh
-
 # we need the boot in /, and boot blocks in /usr/mdec
 COPY   ${DESTDIR}/boot                 boot
 COPY   ${DESTDIR}/usr/mdec/xxboot      usr/mdec/xxboot



Home | Main Index | Thread Index | Old Index