svn commit: r196767 - in head/etc: . mtree

Florent Thoumie flz at FreeBSD.org
Wed Sep 2 14:54:47 UTC 2009


Author: flz
Date: Wed Sep  2 14:54:47 2009
New Revision: 196767
URL: http://svn.freebsd.org/changeset/base/196767

Log:
  - Remove BSD.{x11,x11-4}.dist as we merged prefixes a while ago and those
  files aren't used anymore.
  - Remove BSD.local.dist as the file moved to ports/Templates when we merged
  prefixes.

Deleted:
  head/etc/mtree/BSD.local.dist
  head/etc/mtree/BSD.x11-4.dist
  head/etc/mtree/BSD.x11.dist
Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Wed Sep  2 13:58:15 2009	(r196766)
+++ head/etc/Makefile	Wed Sep  2 14:54:47 2009	(r196767)
@@ -99,8 +99,7 @@ BIN1+= regdomain.xml
 # -rwxr-xr-x root:wheel, for the new cron root:wheel
 BIN2=	netstart pccard_ether rc.suspend rc.resume
 
-MTREE=	BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
-	BSD.var.dist BSD.x11.dist BSD.x11-4.dist
+MTREE=	BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist
 .if ${MK_SENDMAIL} != "no"
 MTREE+=	BSD.sendmail.dist
 .endif


More information about the svn-src-head mailing list