From: Andrew Deason Date: Thu, 11 Jun 2009 15:19:15 +0000 (+0000) Subject: bosserver-invoke-salvager-fully-specifying-force-20090611 X-Git-Tag: openafs-devel-1_5_61~227 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2c755529c79492738fec61a5fc311216678a52e7;p=packages%2Fo%2Fopenafs.git 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. --- diff --git a/src/bozo/bos.c b/src/bozo/bos.c index 0c0dfc4d3..5121fc4b9 100644 --- a/src/bozo/bos.c +++ b/src/bozo/bos.c @@ -1286,7 +1286,7 @@ DoSalvage(struct rx_connection * aconn, char * aparm1, char * aparm2, printf("bos: command line too big\n"); return (E2BIG); } - strcat(tbuffer, " -f "); + strcat(tbuffer, " -force "); strcat(tbuffer, partName); }