From: Andrew Deason Date: Thu, 11 Jun 2009 15:19:35 +0000 (+0000) Subject: STABLE14-bosserver-invoke-salvager-fully-specifying-force-20090611 X-Git-Tag: openafs-stable-1_4_11pre1~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=14ee9391ba4068f494bbd00c7b8d4bc35efde230;p=packages%2Fo%2Fopenafs.git STABLE14-bosserver-invoke-salvager-fully-specifying-force-20090611 LICENSE IPL10 FIXES 124916 bos salvage can invoke salvager with -f (instead of -force) which is no longer unique. fix that. (cherry picked from commit 2c755529c79492738fec61a5fc311216678a52e7) --- diff --git a/src/bozo/bos.c b/src/bozo/bos.c index 990aa8fea..75da894d8 100644 --- a/src/bozo/bos.c +++ b/src/bozo/bos.c @@ -1270,7 +1270,7 @@ DoSalvage(aconn, aparm1, aparm2, aoutName, showlog, parallel, atmpDir, printf("bos: command line too big\n"); return (E2BIG); } - strcat(tbuffer, " -f "); + strcat(tbuffer, " -force "); strcat(tbuffer, partName); }