From: Vladimir Sokolovsky Date: Sun, 13 Dec 2009 14:58:53 +0000 (+0200) Subject: Updated ofed_patch.sh X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=dd4d132557c635bc0c22ff5b75fd51b9d1532f10;p=compat-rdma%2Fdocs.git Updated ofed_patch.sh Signed-off-by: Vladimir Sokolovsky --- diff --git a/ofed_patch.sh b/ofed_patch.sh index 1f87d32..0497f95 100755 --- a/ofed_patch.sh +++ b/ofed_patch.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2006 Mellanox Technologies. All rights reserved. +# Copyright (c) 2009 Mellanox Technologies. All rights reserved. # # This Software is licensed under one of the following licenses: # @@ -26,7 +26,7 @@ # and/or other materials provided with the distribution. # # -# Add/Remove a patch to/from OFED-1.3's ofa package +# Add/Remove a patch to/from OFED's ofa_kernel package usage() @@ -47,9 +47,9 @@ cat << EOF --type|-t |addons > Example: - `basename $0` --add --ofed /tmp/OFED-1.3/ --patch /tmp/cma_establish.patch --type kernel + `basename $0` --add --ofed /tmp/OFED-1.X/ --patch /tmp/cma_establish.patch --type kernel - `basename $0` --remove --ofed /tmp/OFED-1.3/ --patch cma_establish.patch --type kernel + `basename $0` --remove --ofed /tmp/OFED-1.X/ --patch cma_establish.patch --type kernel EOF }