The following reply was made to PR conf/167133; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: conf/167133: commit references a PR
Date: Thu, 24 Oct 2013 21:58:27 +0000 (UTC)

 Author: zont
 Date: Thu Oct 24 21:58:14 2013
 New Revision: 257077
 URL: http://svnweb.freebsd.org/changeset/base/257077
 
 Log:
   Cleanup empty directories
   
   PR:  conf/167133
 
 Modified:
   head/ObsoleteFiles.inc
   head/etc/mtree/BSD.usr.dist
 
 Modified: head/ObsoleteFiles.inc
 ==============================================================================
 --- head/ObsoleteFiles.inc     Thu Oct 24 21:54:24 2013        (r257076)
 +++ head/ObsoleteFiles.inc     Thu Oct 24 21:58:14 2013        (r257077)
 @@ -38,6 +38,8 @@
  #   xargs -n1 | sort | uniq -d;
  # done
  
 +# 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
 @@ -2491,6 +2493,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: head/etc/mtree/BSD.usr.dist
 ==============================================================================
 --- head/etc/mtree/BSD.usr.dist        Thu Oct 24 21:54:24 2013        
(r257076)
 +++ head/etc/mtree/BSD.usr.dist        Thu Oct 24 21:58:14 2013        
(r257077)
 @@ -325,8 +325,6 @@
              ..
              ipfw
              ..
 -            iscsi
 -            ..
              jails
              ..
              kld
 @@ -360,8 +358,6 @@
              mdoc
              ..
              netgraph
 -                bluetooth
 -                ..
              ..
              pc-sysinstall
              ..
 _______________________________________________
 svn-src-...@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"
 
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to