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 Put test(1) back, and give mys...



details:   https://anonhg.NetBSD.org/src/rev/7440ab213109
branches:  trunk
changeset: 487904:7440ab213109
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 14 17:20:56 2000 +0000

description:
Put test(1) back, and give myself 20 lashings for nothing thinking
about that one more carefully.

diffstat:

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

diffs (44 lines):

diff -r 80ea521fc7e7 -r 7440ab213109 distrib/i386/floppies/ramdisk/list
--- a/distrib/i386/floppies/ramdisk/list        Wed Jun 14 16:50:58 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/list        Wed Jun 14 17:20:56 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.29 2000/06/12 18:51:15 he Exp $
+#      $NetBSD: list,v 1.30 2000/06/14 17:20:56 thorpej Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -22,6 +22,8 @@
 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 80ea521fc7e7 -r 7440ab213109 distrib/i386/floppies/ramdisk/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Wed Jun 14 16:50:58 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Wed Jun 14 17:20:56 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.23 2000/06/12 18:51:15 he Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.24 2000/06/14 17:20:57 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 rm
-progs route scsictl sed sh shutdown slattach stty swapctl sync
+progs route scsictl sed sh shutdown slattach stty swapctl sync test
 progs tip umount
 progs sysinst pax
 progs fdisk mbrlabel
@@ -35,6 +35,7 @@
 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