Changeset 25 for trunk


Ignore:
Timestamp:
11/11/08 15:16:55 (15 years ago)
Author:
bas
Message:

changelog:

new upstream release 2.3.4

init.d:

  • made script LSBware

patches/apply:

  • commented gcc rlimit patch for version 2.3.4
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r24 r25  
     1torque (2.3.4-2) unstable; urgency=low
     2
     3  * Made init.d script LSBaware, see http://wiki.debian.org/LSBInitScripts
     4
     5 -- Bas van der Vlies <basv@sara.nl>  Tue, 11 Nov 2008 14:05:34 +0100
     6
     7torque (2.3.4-1) unstable; urgency=low
     8
     9  * New torque release 2.3.4
     10
     11 -- Bas van der Vlies <bas@sara.nl>  Tue, 11 Nov 2008 13:52:36 +0100
     12
    113torque (2.3.2) unstable; urgency=low
    214
  • trunk/init.d

    r21 r25  
    11#!/bin/sh
     2#set -x
    23#
    34# Start stop script for TORQUE
     
    1011#               $URL$
    1112#
    12 #set -x
     13### BEGIN INIT INFO
     14# Provides:          torque
     15# Required-Start:    $remote_fs $network
     16# Required-Stop:     $remote_fs $network
     17# Default-Start:     2 3 4 5
     18# Default-Stop:      0 1 6
     19# Short-Description: Start daemon at boot time
     20# Description:       pbs_mon, pbs_sched and pbs_server
     21### END INIT INFO
     22#
    1323DESC="TORQUE servers"
    1424TORQUE_DIR=/usr/sbin
  • trunk/patches/apply

    r23 r25  
    4343
    4444# at least until 2.3.0, these patches are required:
    45 patch -p0 < debian/patches/gcc4.1-rlimit.patch
     45# patch -p0 < debian/patches/gcc4.1-rlimit.patch
Note: See TracChangeset for help on using the changeset viewer.