Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/macppc/floppies/ramdisk Add dmesg to list of pr...



details:   https://anonhg.NetBSD.org/src/rev/ea8b7ea314ab
branches:  netbsd-1-5
changeset: 488227:ea8b7ea314ab
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 22 16:23:01 2000 +0000

description:
Add dmesg to list of progs.

diffstat:

 distrib/macppc/floppies/ramdisk/ramdiskbin.conf |  40 +++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 81d9d0b87b19 -r ea8b7ea314ab distrib/macppc/floppies/ramdisk/ramdiskbin.conf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/macppc/floppies/ramdisk/ramdiskbin.conf   Thu Jun 22 16:23:01 2000 +0000
@@ -0,0 +1,40 @@
+#      $NetBSD: ramdiskbin.conf,v 1.9.2.2 2000/06/22 16:23:01 matt Exp $
+#
+# ramdiskbin.conf - unified binary for the install ramdisk
+
+srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin 
+srcdirs sys/arch/macppc/stand
+
+progs cat chmod chown chroot cp dd df disklabel dmesg ed
+progs fsck fsck_ffs ftp gzip ifconfig init installboot ln ls
+progs mkdir mknod more mount mount_cd9660 mount_ffs
+progs mount_msdos mount_nfs mv newfs pax ping pwd rcmd rcp reboot
+progs restore rm route sed sh shutdown slattach stty sync
+progs test tip tset umount
+progs sysinst
+
+special dd srcdir distrib/utils/x_dd
+special dmesg srcdir distrib/utils/x_dmesg
+special gzip srcdir distrib/utils/x_gzip
+special ifconfig srcdir distrib/utils/x_ifconfig
+special init srcdir distrib/utils/init_s
+special more srcdir distrib/utils/more
+special ping srcdir distrib/utils/x_ping
+special route srcdir distrib/utils/x_route
+special sysinst srcdir distrib/utils/sysinst/arch/macppc
+
+ln chown chgrp
+ln gzip gzcat gunzip
+ln sh -sh              # init invokes the shell this way
+ln test [
+ln mount_cd9660 cd9660
+ln mount_ffs ffs
+ln mount_nfs nfs
+ln newfs mount_mfs
+ln pax tar
+ln rcmd rsh
+ln reboot halt
+ln restore rrestore
+
+#libs libhack.o
+libs -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lz -lkvm



Home | Main Index | Thread Index | Old Index