Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Summary: pax needs pack_dev.h from mknod. move mkno...



details:   https://anonhg.NetBSD.org/src/rev/60b7d388b3c2
branches:  trunk
changeset: 459452:60b7d388b3c2
user:      bad <bad%NetBSD.org@localhost>
date:      Thu Sep 12 15:17:08 2019 +0000

description:
Summary: pax needs pack_dev.h from mknod. move mknod to sys sources

diffstat:

 sys/rump/listsrcdirs |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 8514d4626ff6 -r 60b7d388b3c2 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Thu Sep 12 14:28:08 2019 +0000
+++ b/sys/rump/listsrcdirs      Thu Sep 12 15:17:08 2019 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: listsrcdirs,v 1.39 2019/09/12 00:56:05 bad Exp $
+#      $NetBSD: listsrcdirs,v 1.40 2019/09/12 15:17:08 bad Exp $
 #
 
 #
@@ -82,6 +82,7 @@
 lsrc sys /usr.bin/             rpcgen rump_wmd
 lsrc sys /usr.bin/             genassym grep stat uname
 lsrc sys /usr.sbin/            mtree
+lsrc sys /sbin/                        mknod
 
 # sources hosted in the NetBSD tree that are required/useful
 # when targeting POSIX-y platforms
@@ -101,7 +102,7 @@
 lsrc usr /sbin/                        brconfig cgdconfig chown
 lsrc usr /sbin/                        disklabel dump fdisk
 lsrc usr /sbin/                        fsck fsck_ext2fs fsck_ffs fsck_msdos
-lsrc usr /sbin/                        ifconfig mknod
+lsrc usr /sbin/                        ifconfig
 lsrc usr /sbin/                        modstat mount
 lsrc usr /sbin/                        mount_ext2fs mount_ffs mount_msdos mount_tmpfs
 lsrc usr /sbin/                        newfs newfs_ext2fs newfs_msdos



Home | Main Index | Thread Index | Old Index