Source-Changes-HG archive

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

[src/trunk]: src/distrib/vax/ramdisk nuke slattach and restore/rrestore to ge...



details:   https://anonhg.NetBSD.org/src/rev/882b305795be
branches:  trunk
changeset: 487626:882b305795be
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 10 04:56:12 2000 +0000

description:
nuke slattach and restore/rrestore to get back space taken by new rpc code

diffstat:

 distrib/vax/ramdisk/list            |  9 +++------
 distrib/vax/ramdisk/ramdiskbin.conf |  9 ++++-----
 2 files changed, 7 insertions(+), 11 deletions(-)

diffs (67 lines):

diff -r a36cc8d1590c -r 882b305795be distrib/vax/ramdisk/list
--- a/distrib/vax/ramdisk/list  Sat Jun 10 04:51:00 2000 +0000
+++ b/distrib/vax/ramdisk/list  Sat Jun 10 04:56:12 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.8 2000/06/07 19:38:00 matt Exp $
+#      $NetBSD: list,v 1.9 2000/06/10 04:56:12 matt Exp $
 
 # Do this first in case spwd.db and pwd.db fill disk
 COPY   ${CURDIR}/../../../etc/master.passwd    etc/master.passwd
@@ -32,8 +32,6 @@
 LINK   ramdiskbin                      bin/sh
 LINK   ramdiskbin                      bin/stty
 LINK   ramdiskbin                      bin/sync
-LINK   ramdiskbin                      bin/test
-LINK   ramdiskbin                      bin/[
 LINK   ramdiskbin                      sbin/disklabel
 LINK   ramdiskbin                      sbin/fdisk
 LINK   ramdiskbin                      sbin/fsck
@@ -51,11 +49,10 @@
 LINK   ramdiskbin                      sbin/newfs
 LINK   ramdiskbin                      sbin/ping
 LINK   ramdiskbin                      sbin/reboot
-LINK   ramdiskbin                      sbin/restore
+#LINK  ramdiskbin                      sbin/restore
 LINK   ramdiskbin                      sbin/route
-LINK   ramdiskbin                      sbin/rrestore
+#LINK  ramdiskbin                      sbin/rrestore
 LINK   ramdiskbin                      sbin/shutdown
-LINK   ramdiskbin                      sbin/slattach
 LINK   ramdiskbin                      sbin/swapctl
 LINK   ramdiskbin                      sbin/umount
 SYMLINK        /bin/cat                usr/bin/chgrp
diff -r a36cc8d1590c -r 882b305795be distrib/vax/ramdisk/ramdiskbin.conf
--- a/distrib/vax/ramdisk/ramdiskbin.conf       Sat Jun 10 04:51:00 2000 +0000
+++ b/distrib/vax/ramdisk/ramdiskbin.conf       Sat Jun 10 04:56:12 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.6 2000/06/10 04:29:31 matt Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.7 2000/06/10 04:56:12 matt Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -8,8 +8,8 @@
 progs cat chmod chown chroot cp dd df disklabel ed
 progs fsck fsck_ffs ftp gzip ifconfig init less
 progs ln ls mkdir mknod mount mount_cd9660 mount_ffs
-progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot restore rm
-progs route sed sh shutdown slattach stty swapctl sync test
+progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot rm
+progs route sed sh shutdown stty swapctl sync
 progs umount 
 progs sysinst pax
 
@@ -27,13 +27,12 @@
 ln gzip gzcat gunzip
 ln less more
 ln sh -sh              # init invokes the shell this way
-ln test [
+#ln test [
 ln mount_cd9660 cd9660
 ln mount_ffs ffs
 ln mount_nfs nfs
 ln mount_kernfs kernfs
 ln reboot halt
-ln restore rrestore
 ln pax tar
 
 libs -ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm



Home | Main Index | Thread Index | Old Index