mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04: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
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# This shell script can be used in order to handle future imports
|
||||
# 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
|
||||
echo "usage: $0 <major> <minor>" 1>&2
|
||||
exit 1
|
||||
|
|
@ -14,4 +14,5 @@ cd file-$version
|
|||
mv file.man file.1
|
||||
mv magic.man magic.5
|
||||
rm Magdir/Makefile
|
||||
mv Magdir/msdos Magdir/ms-dos
|
||||
cvs -n import src/usr.bin/file DARWIN file_$1_$2
|
||||
|
|
|
|||
Loading…
Reference in a new issue