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 Remove restore(8). It doens't...



details:   https://anonhg.NetBSD.org/src/rev/337c5603c319
branches:  trunk
changeset: 487444:337c5603c319
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 07 21:13:12 2000 +0000

description:
Remove restore(8).  It doens't belong on install media, and if we
want to provide that functionality, we can do it some other way.

diffstat:

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

diffs (45 lines):

diff -r 64a70669ea81 -r 337c5603c319 distrib/i386/floppies/ramdisk/list
--- a/distrib/i386/floppies/ramdisk/list        Wed Jun 07 21:00:03 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/list        Wed Jun 07 21:13:12 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.27 2000/06/07 21:00:03 thorpej Exp $
+#      $NetBSD: list,v 1.28 2000/06/07 21:13:12 thorpej Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -48,9 +48,7 @@
 LINK   ramdiskbin                      sbin/ping
 LINK   ramdiskbin                      sbin/ping6
 LINK   ramdiskbin                      sbin/reboot
-LINK   ramdiskbin                      sbin/restore
 LINK   ramdiskbin                      sbin/route
-LINK   ramdiskbin                      sbin/rrestore
 LINK   ramdiskbin                      sbin/rtsol
 LINK   ramdiskbin                      sbin/shutdown
 LINK   ramdiskbin                      sbin/slattach
diff -r 64a70669ea81 -r 337c5603c319 distrib/i386/floppies/ramdisk/ramdiskbin.conf
--- a/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Wed Jun 07 21:00:03 2000 +0000
+++ b/distrib/i386/floppies/ramdisk/ramdiskbin.conf     Wed Jun 07 21:13:12 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ramdiskbin.conf,v 1.21 2000/06/07 21:00:04 thorpej Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.22 2000/06/07 21:13:12 thorpej Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
@@ -9,7 +9,7 @@
 progs fsck fsck_ffs ftp gzip ifconfig wiconfig init installboot less
 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 mount_nfs mount_kernfs mt mv newfs ping pwd rcmd reboot rm
 progs route sed sh shutdown slattach stty swapctl sync
 progs tip umount
 progs sysinst pax
@@ -42,7 +42,6 @@
 ln mount_kernfs kernfs
 ln mount_ntfs ntfs
 ln reboot halt
-ln restore rrestore
 
 # libhack.o is built by Makefile & included Makefile.inc
 libs libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm



Home | Main Index | Thread Index | Old Index