Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2012 08:16:06 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r244856 - stable/9
Message-ID:  <201212300816.qBU8G61W058495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212300816.qBU8G61W058495>