Source-Changes-HG archive

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

[src/trunk]: src/distrib/vax/ramdisk Use special ed and umount.



details:   https://anonhg.NetBSD.org/src/rev/9adb01ff3d0e
branches:  trunk
changeset: 778282:9adb01ff3d0e
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Mar 21 05:49:17 2012 +0000

description:
Use special ed and umount.

diffstat:

 distrib/vax/ramdisk/list |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 52b3c125287c -r 9adb01ff3d0e distrib/vax/ramdisk/list
--- a/distrib/vax/ramdisk/list  Wed Mar 21 05:47:53 2012 +0000
+++ b/distrib/vax/ramdisk/list  Wed Mar 21 05:49:17 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.28 2011/07/03 23:11:34 tron Exp $
+#      $NetBSD: list,v 1.29 2012/03/21 05:49:17 matt Exp $
 
 SRCDIRS        bin sbin external/bsd/less/bin usr.bin usr.sbin
 
@@ -54,10 +54,12 @@
 # init invokes the shell as -sh
 ARGVLN sh -sh
 
+SPECIAL        ed              srcdir  distrib/utils/x_ed
 SPECIAL        gzip            srcdir  distrib/utils/x_gzip
 SPECIAL        ifconfig        srcdir  distrib/utils/x_ifconfig
 SPECIAL        ping            srcdir  distrib/utils/x_ping
 SPECIAL        route           srcdir  distrib/utils/x_route
+SPECIAL        umount          srcdir  distrib/utils/x_umount
 
 LIBS   libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
 



Home | Main Index | Thread Index | Old Index