Changeset 86


Ignore:
Timestamp:
01/22/15 13:40:02 (9 years ago)
Author:
jaap
Message:

Changed scripts to work with torque 5.0.1.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r76 r86  
     1torque (5.0.1-2) UNRELEASED; urgency=low
     2
     3
     4 -- root <root@test3.irc.sara.nl.irc.sara.nl>  Tue, 20 Jan 2015 20:04:20 +0100
     5
    16torque (4.1.3-5) unstable; urgency=low
    27
  • trunk/conf_torque

    r67 r86  
    1212        --includedir=/usr/include/torque \
    1313        --with-server-home=/var/spool/torque \
    14         --with-default-server=`hostname` \
     14        --with-default-server=r35n1 \
    1515        --with-tmpdir=/var/tmp \
    1616        --with-pam=/lib/security \
    1717        --with-xauth=/usr/bin/X11/xauth \
     18    --with-trqauthd-sock-dir=/var/run \
    1819        --enable-syslog \
    1920        --enable-blcr \
  • trunk/postinst

    r61 r86  
    128128    OLD_SERVER_NAME="`cat $SERVER_CONF_FILE`"
    129129
    130     if [ "$OLD_SERVER_NAME" != "$NEW_SERVER_NAME" ]; then
    131         # backup
    132         mv $SERVER_CONF_FILE $SERVER_CONF_FILE.`date +"%Y%m%d-%H%M%S"`
    133     fi
     130#    if [ "$OLD_SERVER_NAME" != "$NEW_SERVER_NAME" ]; then
     131#        # backup
     132#        mv $SERVER_CONF_FILE $SERVER_CONF_FILE.`date +"%Y%m%d-%H%M%S"`
     133#    fi
    134134
    135135    echo $NEW_SERVER_NAME > $SERVER_CONF_FILE
  • trunk/rules

    r61 r86  
    2020        chmod +x debian/patches/apply
    2121        chmod +x debian/conf_torque
    22         chmod +x debian/patches/submit_filter.patch
    2322
    2423        # apply some patches
    25         #debian/patches/apply
     24        debian/patches/apply
    2625
    2726        touch patched
Note: See TracChangeset for help on using the changeset viewer.