summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-12-24 00:23:28 +0000
committernate <nate@FreeBSD.org>1995-12-24 00:23:28 +0000
commit57c9be3bacec37313a865b8605f8cebe630e0905 (patch)
tree109e7d51b6943a4ede6014b5c74257c6442be05e /gnu/usr.bin
parentd9157b701be6e3b8109f2a6f902a273aca4ee2cf (diff)
downloadFreeBSD-src-57c9be3bacec37313a865b8605f8cebe630e0905.zip
FreeBSD-src-57c9be3bacec37313a865b8605f8cebe630e0905.tar.gz
Fix the convert to 'death-support' script to work with un-modified
RCS sources.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cvs/cvs/convert.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/cvs/convert.sh b/gnu/usr.bin/cvs/cvs/convert.sh
index 94bbdcc..728e79f 100644
--- a/gnu/usr.bin/cvs/cvs/convert.sh
+++ b/gnu/usr.bin/cvs/cvs/convert.sh
@@ -23,6 +23,6 @@ for i in ${attics} ; do
echo $j
cp $j $i/SAVE
co -l $j
- ci -K -m"recording file death" $j
+ ci -f -sdead -m"recording file death" $j
done
done
OpenPOWER on IntegriCloud