From dd4d132557c635bc0c22ff5b75fd51b9d1532f10 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Sun, 13 Dec 2009 16:58:53 +0200 Subject: [PATCH] Updated ofed_patch.sh Signed-off-by: Vladimir Sokolovsky --- ofed_patch.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 } -- 2.41.0