Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/ramdisk test is a shell built-in; don'...



details:   https://anonhg.NetBSD.org/src/rev/64a70669ea81
branches:  trunk
changeset: 487443:64a70669ea81
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 07 21:00:03 2000 +0000

description:
test is a shell built-in; don't need a separate binary.

diffstat:

 distrib/i386/floppies/ramdisk/list            |  4 +---
 distrib/i386/floppies/ramdisk/ramdiskbin.conf |  5 ++---
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r 5606fe3225a2 -r 64a70669ea81 distrib/i386/floppies/ramdisk/list
--- a/distrib/i386/floppies/ramdisk/list        Wed Jun 07 20:43:11 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/list        Wed Jun 07 21:00:03 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.26 2000/06/07 19:42:23 thorpej Exp $
+#      $NetBSD: list,v 1.27 2000/06/07 21:00:03 thorpej Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -21,8 +21,6 @@
 LINK   ramdiskbin                      bin/sh
 LINK   ramdiskbin                      bin/stty
 LINK   ramdiskbin                      bin/sync
-LINK   ramdiskbin                      bin/test
-LINK   ramdiskbin                      bin/[
 LINK   ramdiskbin                      sbin/cd9660
 LINK   ramdiskbin                      sbin/disklabel
 LINK   ramdiskbin                      sbin/fdisk
diff -r 5606fe3225a2 -r 64a70669ea81 distrib/i386/floppies/ramdisk/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Wed Jun 07 20:43:11 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Wed Jun 07 21:00:03 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.20 2000/01/04 08:30:24 itojun Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.21 2000/06/07 21:00:04 thorpej Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -10,7 +10,7 @@
 progs ln ls mkdir mknod
 progs mount mount_cd9660 mount_ext2fs mount_ffs mount_msdos mount_ntfs
 progs mount_nfs mount_kernfs mt mv newfs ping pwd rcmd reboot restore rm
-progs route sed sh shutdown slattach stty swapctl sync test
+progs route sed sh shutdown slattach stty swapctl sync
 progs tip umount
 progs sysinst pax
 progs fdisk mbrlabel
@@ -35,7 +35,6 @@
 ln gzip gzcat gunzip
 ln less more
 ln sh -sh              # init invokes the shell this way
-ln test [
 ln mount_cd9660 cd9660
 ln mount_ffs ffs
 ln mount_msdos msdos



Home | Main Index | Thread Index | Old Index