Changeset 55 for trunk/patches


Ignore:
Timestamp:
07/03/12 11:42:05 (12 years ago)
Author:
bas
Message:

Preparing for TORQUE 4.X release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/patches/apply

    r41 r55  
    1313#cp debian/patches/pbs_mkdirs.in buildutils
    1414
    15 r=`grep -c 2.1.0 CHANGELOG`
    16 case `uname -r` in
    17         2.6*)
    18                 if [ $r -eq 0 ]
    19                 then
    20                         touch torque_oldconfigure
    21                 else
    22                         touch torque_newconfigure
    23                 fi
    24         ;;
    25 esac
     15## We do not need this anymore
     16#
     17#r=`grep -c 2.1.0 CHANGELOG`
     18#case `uname -r` in
     19#       2.6*)
     20#               if [ $r -eq 0 ]
     21#               then
     22#                       touch torque_oldconfigure
     23#               else
     24#                       touch torque_newconfigure
     25#               fi
     26#       ;;
     27#esac
    2628
    2729# Always do this patch
Note: See TracChangeset for help on using the changeset viewer.