svn commit: r191775 - vendor/file/5.00

David E. O'Brien obrien at FreeBSD.org
Mon May 4 00:42:45 UTC 2009


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 at zoulas.com> and wait for the next release and vendor
 import to get them.
-        
+
 obrien at NUXI.com
-15-Sept-2002
+15-April-2009


More information about the svn-src-all mailing list