Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2009 00:42:45 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r191775 - vendor/file/5.00
Message-ID:  <200905040042.n440gjZs028910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: obrien
Date: Mon May  4 00:42:44 2009
New Revision: 191775
URL: http://svn.freebsd.org/changeset/base/191775

Log:
  Update for 5.00.

Modified:
  vendor/file/5.00/FREEBSD-upgrade

Modified: vendor/file/5.00/FREEBSD-upgrade
==============================================================================
--- vendor/file/5.00/FREEBSD-upgrade	Mon May  4 00:42:15 2009	(r191774)
+++ vendor/file/5.00/FREEBSD-upgrade	Mon May  4 00:42:44 2009	(r191775)
@@ -8,23 +8,24 @@ Imported by:
 
 	mv magic/* .
 	rmdir magic
-	mv -i src/* .
+	mv -n src/* .
+	mv src/Makefile.am Makefile.am-src
 	rm -rf src
-	mv -i doc/* .
+	mv -n doc/* .
 	rm -rf doc
 	rm -rf python
 	rm -f lt*
 	rm -f missing depcomp
 	rm -f config.{guess,sub}
 
-	cvs import -m "Virgin import of Christos Zoulas's FILE 4.21." \
-		src/contrib/file ZOULAS file_4_21
+	cvs import -m "Virgin import of Christos Zoulas's FILE 5.00." \
+		src/contrib/file ZOULAS file_5_00
 
 
 Never make local changes to ZOULAS `file'.  Christos is very willing to
 work with us to meet our FreeBSD needs.  Thus submit any desired changes
 to him <christos@zoulas.com> and wait for the next release and vendor
 import to get them.
-        
+
 obrien@NUXI.com
-15-Sept-2002
+15-April-2009



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