summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-05-04 00:41:07 +0000
committerobrien <obrien@FreeBSD.org>2009-05-04 00:41:07 +0000
commit00d8dd21dbcbead074383f1483d0ade146f266d9 (patch)
tree1558c861236d04cd59bc893f087cc66cb9e47272
parent3d89d1fbe920995209cda59ff0fd5096b6471133 (diff)
downloadFreeBSD-src-00d8dd21dbcbead074383f1483d0ade146f266d9.zip
FreeBSD-src-00d8dd21dbcbead074383f1483d0ade146f266d9.tar.gz
Update for 5.00.
-rw-r--r--FREEBSD-upgrade13
1 files changed, 7 insertions, 6 deletions
diff --git a/FREEBSD-upgrade b/FREEBSD-upgrade
index ee8f7a8..b34bce4 100644
--- a/FREEBSD-upgrade
+++ b/FREEBSD-upgrade
@@ -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
OpenPOWER on IntegriCloud