]> git.openfabrics.org - compat-rdma/docs.git/commitdiff
Updated ofed_patch.sh
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Sun, 13 Dec 2009 14:58:53 +0000 (16:58 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Sun, 13 Dec 2009 14:58:53 +0000 (16:58 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
ofed_patch.sh

index 1f87d324e753145f780acf9c47cead3a140b49f1..0497f9556bd2daa4fa96f1f1a89617cfd22e068d 100755 (executable)
@@ -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 <kernel|backport <kernel tag>|addons <kernel tag>>
 
         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
 }