Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/x68k/floppies/ramdisk.sysinst Pullup list:1.8 a...



details:   https://anonhg.NetBSD.org/src/rev/46c1bfc86255
branches:  netbsd-1-5
changeset: 489515:46c1bfc86255
user:      minoura <minoura%NetBSD.org@localhost>
date:      Thu Sep 21 14:03:11 2000 +0000

description:
Pullup list:1.8 and ramdiskbin.conf:1.6 from the trunk.

> Module Name:  basesrc
> Committed By: minoura
> Date:         Wed Sep  6 14:24:31 UTC 2000
>
> Modified Files:
>       basesrc/distrib/x68k/floppies/ramdisk.sysinst: list ramdiskbin.conf
>
> Log Message:
> Add dmesg.
> Apparently I forgot to do this in the previous commits.

diffstat:

 distrib/x68k/floppies/ramdisk.sysinst/list            |  3 ++-
 distrib/x68k/floppies/ramdisk.sysinst/ramdiskbin.conf |  5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r e13bd03d2bd3 -r 46c1bfc86255 distrib/x68k/floppies/ramdisk.sysinst/list
--- a/distrib/x68k/floppies/ramdisk.sysinst/list        Thu Sep 21 13:09:15 2000 +0000
+++ b/distrib/x68k/floppies/ramdisk.sysinst/list        Thu Sep 21 14:03:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.5.2.2 2000/09/14 14:28:10 minoura Exp $
+#      $NetBSD: list,v 1.5.2.3 2000/09/21 14:03:11 minoura Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -25,6 +25,7 @@
 LINK   ramdiskbin                      bin/[
 LINK   ramdiskbin                      sbin/cd9660
 LINK   ramdiskbin                      sbin/disklabel
+LINK   ramdiskbin                      sbin/dmesg
 LINK   ramdiskbin                      sbin/ffs
 LINK   ramdiskbin                      sbin/fsck
 LINK   ramdiskbin                      sbin/fsck_ffs
diff -r e13bd03d2bd3 -r 46c1bfc86255 distrib/x68k/floppies/ramdisk.sysinst/ramdiskbin.conf
--- a/distrib/x68k/floppies/ramdisk.sysinst/ramdiskbin.conf     Thu Sep 21 13:09:15 2000 +0000
+++ b/distrib/x68k/floppies/ramdisk.sysinst/ramdiskbin.conf     Thu Sep 21 14:03:11 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ramdiskbin.conf,v 1.3.2.1 2000/08/31 15:30:47 minoura Exp $
+#      $NetBSD: ramdiskbin.conf,v 1.3.2.2 2000/09/21 14:03:11 minoura Exp $
 #
 # ramdiskbin.conf - unified binary for the install ramdisk
 #
 
 srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/x68k/stand
 
-progs cat chmod chown chroot cp dd df disklabel ed
+progs cat chmod chown chroot cp dd df disklabel dmesg ed
 progs fsck fsck_ffs ftp gzip ifconfig init more
 progs ln ls memswitch mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
 progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot rm
@@ -26,6 +26,7 @@
 special gzip srcdir distrib/utils/x_gzip
 special more srcdir distrib/utils/more
 special ping6 srcdir distrib/utils/x_ping6
+special dmesg srcdir distrib/utils/x_dmesg
 
 ln pax tar
 ln chown chgrp



Home | Main Index | Thread Index | Old Index