Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/miniroot Pull up revision 1.16 (requested by le...



details:   https://anonhg.NetBSD.org/src/rev/1ff9bac66ae1
branches:  netbsd-1-5
changeset: 489307:1ff9bac66ae1
user:      leo <leo%NetBSD.org@localhost>
date:      Tue Aug 29 11:31:18 2000 +0000

description:
Pull up revision 1.16 (requested by leo, approved by thorpej).
Log:
  Use x_ed and x_route to save space on the miniroot.

diffstat:

 distrib/miniroot/list |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2e43e992123b -r 1ff9bac66ae1 distrib/miniroot/list
--- a/distrib/miniroot/list     Tue Aug 29 08:37:08 2000 +0000
+++ b/distrib/miniroot/list     Tue Aug 29 11:31:18 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.14 2000/06/07 20:32:06 thorpej Exp $
+#      $NetBSD: list,v 1.14.2.1 2000/08/29 11:31:18 leo Exp $
 
 SRCDIRS distrib/utils usr.bin bin sbin usr.sbin gnu/usr.bin
 
@@ -9,7 +9,7 @@
 LINK   instbin                 bin/cp
 LINK   instbin                 bin/x_dd bin/dd
 LINK   instbin                 bin/df
-LINK   instbin                 bin/ed
+LINK   instbin                 bin/x_ed bin/ed
 LINK   instbin                 bin/expr
 LINK   instbin                 bin/hostname
 LINK   instbin                 bin/ln
@@ -37,7 +37,7 @@
 LINK   instbin                 sbin/mount_nfs
 LINK   instbin                 sbin/newfs sbin/mount_mfs
 LINK   instbin                 sbin/x_ping sbin/ping
-LINK   instbin                 sbin/route
+LINK   instbin                 sbin/x_route sbin/route
 LINK   instbin                 sbin/shutdown
 LINK   instbin                 sbin/slattach
 LINK   instbin                 sbin/umount



Home | Main Index | Thread Index | Old Index