Author: garga (ports committer)
Date: Tue Aug 11 16:01:34 2015
New Revision: 286637
URL: https://svnweb.freebsd.org/changeset/base/286637

Log:
  MFC r257077:
  
  Cleanup empty directories
  
  PR:           167133
  Approved by:  loos
  Sponsored by: Netgate

Modified:
  stable/10/ObsoleteFiles.inc
  stable/10/etc/mtree/BSD.usr.dist
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/ObsoleteFiles.inc
==============================================================================
--- stable/10/ObsoleteFiles.inc Tue Aug 11 15:53:11 2015        (r286636)
+++ stable/10/ObsoleteFiles.inc Tue Aug 11 16:01:34 2015        (r286637)
@@ -188,6 +188,8 @@ OLD_DIRS+=etc/keys/pkg
 OLD_DIRS+=etc/keys/pkg/revoked
 OLD_DIRS+=etc/keys/pkg/trusted
 OLD_FILES+=etc/keys/pkg/trusted/pkg.freebsd.org.2013102301
+# 20131023: remove never used iscsi directory
+OLD_DIRS+=usr/share/examples/iscsi
 # 20131014: libbsdyml becomes private
 OLD_FILES+=usr/lib/libbsdyml.a
 OLD_FILES+=usr/lib/libbsdyml.so
@@ -2641,6 +2643,7 @@ OLD_FILES+=usr/sbin/zfs
 OLD_FILES+=usr/sbin/zpool
 # 20070423: rc.bluetooth (examples) removed
 OLD_FILES+=usr/share/examples/netgraph/bluetooth/rc.bluetooth
+OLD_DIRS+=usr/share/examples/netgraph/bluetooth
 # 20070421: worm.4 removed
 OLD_FILES+=usr/share/man/man4/worm.4.gz
 # 20070417: trunk(4) renamed to lagg(4)

Modified: stable/10/etc/mtree/BSD.usr.dist
==============================================================================
--- stable/10/etc/mtree/BSD.usr.dist    Tue Aug 11 15:53:11 2015        
(r286636)
+++ stable/10/etc/mtree/BSD.usr.dist    Tue Aug 11 16:01:34 2015        
(r286637)
@@ -345,8 +345,6 @@
             ..
             ipfw
             ..
-            iscsi
-            ..
             jails
             ..
             kld
@@ -380,8 +378,6 @@
             mdoc
             ..
             netgraph
-                bluetooth
-                ..
             ..
             pc-sysinstall
             ..
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to