aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2009-05-04 00:41:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2009-05-04 00:41:07 +0000
commit5c0c0b37134b0adf152fe50a421560992e8cd5f8 (patch)
tree1558c861236d04cd59bc893f087cc66cb9e47272
parent4f3dd34290f174adbda2b9668cc6b6c554ae9bb0 (diff)
Update for 5.00.vendor/file/5.00
-rw-r--r--FREEBSD-upgrade13
1 files changed, 7 insertions, 6 deletions
diff --git a/FREEBSD-upgrade b/FREEBSD-upgrade
index ee8f7a8fdbe0..b34bce4d64b1 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