Source-Changes-HG archive

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

[src/netbsd-2]: src/distrib/sun2/ramdisk Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/6b6e4fe5f858
branches:  netbsd-2
changeset: 564022:6b6e4fe5f858
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Aug 31 02:28:58 2005 +0000

description:
Pull up following revision(s) (requested by riz in ticket #5632):
        distrib/sun2/ramdisk/list: revision 1.7
Patterned after sun3, use "tls" instead of "ls", and hardlink the program
to "ls".  Fixes build problem after recent update to crunchgen.

diffstat:

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

diffs (28 lines):

diff -r b00252a6cb83 -r 6b6e4fe5f858 distrib/sun2/ramdisk/list
--- a/distrib/sun2/ramdisk/list Wed Aug 31 02:28:19 2005 +0000
+++ b/distrib/sun2/ramdisk/list Wed Aug 31 02:28:58 2005 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: list,v 1.6 2003/01/19 12:26:57 tsutsui Exp $
+#      $NetBSD: list,v 1.6.4.1 2005/08/31 02:28:58 riz Exp $
 #
 # ramdisk/list - packing list for the ramdisk.
 #
@@ -46,7 +46,7 @@
 
 # From /usr/src/distrib/utils:
 PROG           bin/dd
-PROG           bin/ls
+PROG           bin/tls         bin/ls
 PROG           bin/rsh
 PROG           bin/ssh         bin/sh bin/-sh
 # PROG         bin/tftp
@@ -83,7 +83,7 @@
 
 # These are built with special flags to save a little space.
 SPECIAL        ifconfig        srcdir  distrib/utils/x_ifconfig
-SPECIAL        ls              srcdir  distrib/utils/tls
+SPECIAL        tls             srcdir  distrib/utils/tls
 SPECIAL        route           srcdir  distrib/utils/x_route
 SPECIAL        ssh             srcdir  distrib/utils/ssh
 SPECIAL        umount          srcdir  distrib/utils/x_umount



Home | Main Index | Thread Index | Old Index