aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1995-12-24 00:23:28 +0000
committerNate Williams <nate@FreeBSD.org>1995-12-24 00:23:28 +0000
commit821271cef837f6bfa572aa2426c8f2a5bb05f3c7 (patch)
tree109e7d51b6943a4ede6014b5c74257c6442be05e /gnu
parentf43072706ab31cffbeb05d7a994cd8cf5114a538 (diff)
Notes
Diffstat (limited to 'gnu')
-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 94bbdcc8b551..728e79feaf6c 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