Source-Changes-HG archive

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

[src/trunk]: src/distrib/zaurus/ramdisk - disable chio(1) and slattach(8)



details:   https://anonhg.NetBSD.org/src/rev/d383b83549b1
branches:  trunk
changeset: 765142:d383b83549b1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri May 20 07:54:12 2011 +0000

description:
- disable chio(1) and slattach(8)
- use x_ed (no crypt support) and x_gzip (no compress and bz2 support)
- add back mount_cd9660 for USB CD/DVD drives

diffstat:

 distrib/zaurus/ramdisk/list |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 63fcd937144d -r d383b83549b1 distrib/zaurus/ramdisk/list
--- a/distrib/zaurus/ramdisk/list       Fri May 20 07:49:31 2011 +0000
+++ b/distrib/zaurus/ramdisk/list       Fri May 20 07:54:12 2011 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: list,v 1.16 2011/05/06 18:32:59 tsutsui Exp $
+#      $NetBSD: list,v 1.17 2011/05/20 07:54:12 tsutsui Exp $
 
 # usr.bin/less has to be first, otherwise the ramdisk.mk generation fails
 SRCDIRS usr.bin/less bin sbin usr.bin usr.sbin gnu/usr.bin
 
 PROG   bin/cat
-PROG   bin/chio
+#PROG  bin/chio
 PROG   bin/chmod
 PROG   bin/cp
 PROG   bin/dd
@@ -32,6 +32,7 @@
 PROG   sbin/init
 PROG   sbin/mknod
 PROG   sbin/mount
+PROG   sbin/mount_cd9660
 PROG   sbin/mount_ffs
 PROG   sbin/mount_msdos
 PROG   sbin/mount_nfs
@@ -42,7 +43,7 @@
 PROG   sbin/route
 PROG   sbin/scsictl
 PROG   sbin/shutdown
-PROG   sbin/slattach
+#PROG  sbin/slattach
 PROG   sbin/swapctl
 PROG   sbin/umount
 
@@ -57,11 +58,13 @@
 # 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
 
-LIBS   libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
+LIBS   libhack.o -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
 
 # various files that we need in /etc for the install
 COPY   ${NETBSDSRCDIR}/etc/group               etc/group



Home | Main Index | Thread Index | Old Index