mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
I had to rename one additional file in the last file import, so
update this script to reflect that.
This commit is contained in:
parent
35846a8163
commit
69a98adb93
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24070
@ -3,7 +3,7 @@
|
|||||||
# This shell script can be used in order to handle future imports
|
# This shell script can be used in order to handle future imports
|
||||||
# of newer versions of file(1)
|
# of newer versions of file(1)
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: cvsimport.sh,v 1.3 1997/02/22 19:29:10 peter Exp $
|
||||||
if [ $# -ne 2 ] ; then
|
if [ $# -ne 2 ] ; then
|
||||||
echo "usage: $0 <major> <minor>" 1>&2
|
echo "usage: $0 <major> <minor>" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
@ -14,4 +14,5 @@ cd file-$version
|
|||||||
mv file.man file.1
|
mv file.man file.1
|
||||||
mv magic.man magic.5
|
mv magic.man magic.5
|
||||||
rm Magdir/Makefile
|
rm Magdir/Makefile
|
||||||
|
mv Magdir/msdos Magdir/ms-dos
|
||||||
cvs -n import src/usr.bin/file DARWIN file_$1_$2
|
cvs -n import src/usr.bin/file DARWIN file_$1_$2
|
||||||
|
Loading…
Reference in New Issue
Block a user