Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/2d83cff560c7
branches:  trunk
changeset: 805227:2d83cff560c7
user:      justin <justin%NetBSD.org@localhost>
date:      Wed Dec 24 21:21:18 2014 +0000

description:
Add fdisk to rump listsrcdirs

diffstat:

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

diffs (20 lines):

diff -r 2e5d0a10a66e -r 2d83cff560c7 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Wed Dec 24 20:01:21 2014 +0000
+++ b/sys/rump/listsrcdirs      Wed Dec 24 21:21:18 2014 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: listsrcdirs,v 1.25 2014/12/23 13:23:47 justin Exp $
+#      $NetBSD: listsrcdirs,v 1.26 2014/12/24 21:21:18 justin Exp $
 #
 
 #
@@ -96,7 +96,7 @@
 lsrc usr /bin/                 chmod cp dd df ed ln ls mkdir mv pax
 lsrc usr /bin/                 rm rmdir
 lsrc usr /sbin/                        cgdconfig chown
-lsrc usr /sbin/                        disklabel dump
+lsrc usr /sbin/                        disklabel dump fdisk
 lsrc usr /sbin/                        fsck fsck_ext2fs fsck_ffs fsck_msdos
 lsrc usr /sbin/                        ifconfig mknod
 lsrc usr /sbin/                        modstat mount



Home | Main Index | Thread Index | Old Index