svn commit: r244856 - stable/9

Hajimu UMEMOTO ume at FreeBSD.org
Sun Dec 30 08:16:06 UTC 2012


Author: ume
Date: Sun Dec 30 08:16:05 2012
New Revision: 244856
URL: http://svnweb.freebsd.org/changeset/base/244856

Log:
  MFC r244855: Add directories which were wrongly created during
  auditdistd addition.
  
  Requested by:	netchild

Modified:
  stable/9/ObsoleteFiles.inc   (contents, props changed)

Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc	Sun Dec 30 08:00:40 2012	(r244855)
+++ stable/9/ObsoleteFiles.inc	Sun Dec 30 08:16:05 2012	(r244856)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20121230: remove wrongly created directories for auditdistd
+OLD_DIRS+=var/dist
+OLD_DIRS+=var/remote
 # 20121015: remove incomplete unwind.h
 OLD_FILES+=usr/include/clang/3.1/unwind.h
 # 20120713: auth.conf removed


More information about the svn-src-stable mailing list