Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbsh3/rom/ramdiskcommon G.C.



details:   https://anonhg.NetBSD.org/src/rev/ed85bf05269d
branches:  trunk
changeset: 497064:ed85bf05269d
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Sep 18 07:25:42 2000 +0000

description:
G.C.

diffstat:

 distrib/evbsh3/rom/ramdiskcommon/list            |  12 +-----------
 distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf |  11 +----------
 2 files changed, 2 insertions(+), 21 deletions(-)

diffs (61 lines):

diff -r 4ed8e5361f3b -r ed85bf05269d distrib/evbsh3/rom/ramdiskcommon/list
--- a/distrib/evbsh3/rom/ramdiskcommon/list     Mon Sep 18 07:21:01 2000 +0000
+++ b/distrib/evbsh3/rom/ramdiskcommon/list     Mon Sep 18 07:25:42 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.1 2000/09/18 07:21:02 msaitoh Exp $
+#      $NetBSD: list,v 1.2 2000/09/18 07:25:42 msaitoh Exp $
 
 # various files that we need in /etc for the install
 COPY   ${CURDIR}/../../../../etc/master.passwd         etc/master.passwd
@@ -25,16 +25,11 @@
 
 #SYMLINK /mfs/home                     home
 
-#SPECIAL ( cd ${CURDIR}/../../../evbsh3/ucd-snmp/mibs/ ; tar --exclude CVS -cf - *.txt ) | ( cd usr/share/snmp/mibs/ ; tar xf - )
-
 # copy the MAKEDEV script and make some devices
 COPY   ${CURDIR}/../../../../etc/etc.evbsh3/MAKEDEV    dev/MAKEDEV
 SPECIAL        cd dev; sh MAKEDEV ramdisk
 SPECIAL /bin/rm dev/MAKEDEV
 
-#COPY  ${CURDIR}/../../../../etc/etc.evbsh3/ipf_supfail.conf boot.evbsh3/ipf_supfail.conf
-#COPY  ${CURDIR}/../../../../etc/etc.evbsh3/syslog.conf        boot.evbsh3/syslog.conf
-
 #SPECIAL chmod 755                     etc/rc
 
 # copy the crunched binary, link to it, and kill it
@@ -123,13 +118,8 @@
 LINK   ramdiskbin                      usr/sbin/sysctl
 LINK   ramdiskbin                      usr/sbin/tcpdump
 
-#LINK  ramdiskbin                      bin/morse
-#LINK  ramdiskbin                      sbin/spppd
 LINK   ramdiskbin                      sbin/syslogd
 LINK   ramdiskbin                      sbin/telnetd
-#LINK  ramdiskbin                      sbin/flashwrite
 #LINK  ramdiskbin                      sbin/wdogctl
-#LINK  ramdiskbin                      sbin/ipl_getenv
-#LINK  ramdiskbin                      sbin/ipl_setenv
 
 #SPECIAL /bin/rm                       ramdiskbin
diff -r 4ed8e5361f3b -r ed85bf05269d distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf
--- a/distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf  Mon Sep 18 07:21:01 2000 +0000
+++ b/distrib/evbsh3/rom/ramdiskcommon/ramdiskbin.conf  Mon Sep 18 07:25:42 2000 +0000
@@ -1,16 +1,7 @@
-#      $NetBSD: ramdiskbin.conf,v 1.1 2000/09/18 07:21:02 msaitoh Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.2 2000/09/18 07:25:42 msaitoh Exp $
 
 srcdirs bin sbin libexec usr.bin usr.sbin gnu/usr.bin
 
-# /stone
-#progs syslogd telnetd
-#progs morse flashwrite
-#progs wdogctl ipl_getenv
-
-#special flashwrite srcdir stone/hash/flashwrite
-#special ipl_getenv srcdir stone/getenv
-#ln ipl_getenv ipl_setenv
-
 # /bin
 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir mv
 progs pax ps pwd rm rmdir sh sleep stty sync test



Home | Main Index | Thread Index | Old Index