From nobody@FreeBSD.org  Fri Apr 20 21:16:42 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6473D1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Apr 2012 21:16:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 503088FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Apr 2012 21:16:42 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3KLGgvM015857
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Apr 2012 21:16:42 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q3KLGffn015856;
	Fri, 20 Apr 2012 21:16:42 GMT
	(envelope-from nobody)
Message-Id: <201204202116.q3KLGffn015856@red.freebsd.org>
Date: Fri, 20 Apr 2012 21:16:42 GMT
From: Hilko Meyer <hilko.meyer@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: stale files in /usr/share/examples
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         167133
>Category:       conf
>Synopsis:       stale files in /usr/share/examples
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          patched
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 20 21:40:01 UTC 2012
>Closed-Date:    
>Last-Modified:  Wed Oct 30 03:34:15 UTC 2013
>Originator:     Hilko Meyer
>Release:        8.2-RELEASE-p6
>Organization:
>Environment:
>Description:
I found today some files and directories which are (much) older than the other files. Maybe they are stale and should get an entry in the ObsoleteFiles.inc file.

The two empty directories, untouched since 2008:
/usr/share/examples/netgraph/bluetooth
/usr/share/examples/iscsi

Then this two files:
/usr/share/examples/etc/defaults/pccard.conf
/usr/share/examples/etc/pf.conf

And finally these two, but they are probably stale because the system was built with NO_LPR:
/usr/share/examples/etc/hosts.lpd
/usr/share/examples/etc/printcap

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: zont 
State-Changed-When: Wed Oct 30 03:31:16 UTC 2013 
State-Changed-Why:  
Fixed in CURRENT. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167133 
>Unformatted:
