Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Add mdconfig to rump listsrcdirs



details:   https://anonhg.NetBSD.org/src/rev/ef6bdb1f4f64
branches:  trunk
changeset: 335045:ef6bdb1f4f64
user:      justin <justin%NetBSD.org@localhost>
date:      Tue Dec 23 13:23:47 2014 +0000

description:
Add mdconfig to rump listsrcdirs

diffstat:

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

diffs (22 lines):

diff -r ee419ea54021 -r ef6bdb1f4f64 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Tue Dec 23 11:37:40 2014 +0000
+++ b/sys/rump/listsrcdirs      Tue Dec 23 13:23:47 2014 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: listsrcdirs,v 1.24 2014/12/10 16:54:58 pooka Exp $
+#      $NetBSD: listsrcdirs,v 1.25 2014/12/23 13:23:47 justin Exp $
 #
 
 #
@@ -105,8 +105,8 @@
 lsrc usr /sbin/                        ping ping6 raidctl reboot
 lsrc usr /sbin/                        rndctl route setkey sysctl umount
 lsrc usr /usr.bin/             kdump ktrace
-lsrc usr /usr.sbin/            arp dumpfs ndp npf pcictl vnconfig
-lsrc usr /usr.sbin/            wlanctl
+lsrc usr /usr.sbin/            arp dumpfs mdconfig ndp npf pcictl
+lsrc usr /usr.sbin/            vnconfig wlanctl
 lsrc usr /external/bsd/                libelf libpcap tcpdump wpa
 lsrc usr /crypto/              Makefile.openssl
 lsrc usr /crypto/dist/         ipsec-tools



Home | Main Index | Thread Index | Old Index