Changeset 20 for trunk


Ignore:
Timestamp:
11/05/07 18:36:43 (16 years ago)
Author:
adi
Message:

patches for torque-2.2.1. Also

  • overwrite /etc/default/torque
  • fix permissions in /var/spool/torque
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r19 r20  
     1torque (2.2.1) unstable; urgency=low
     2
     3  * new upstream release
     4  * fixed directory permissions in /var/spool/torque
     5  * overwrite /etc/default/torque, it's handled by debconf
     6  * create /var/spool/torque/sched_priv/accounting
     7
     8 -- Adrian Knoth <adi@thur.de>  Mon, 05 Nov 2007 18:34:00 +0100
     9
    110torque (2.2.0) unstable; urgency=low
    211
  • trunk/patches/apply

    r19 r20  
    4040# at least until 2.2.0, these patches are required:
    4141patch -p0 < debian/patches/gcc4.1-rlimit.patch
    42 patch -p0 < debian/patches/gcc4.2-amd64.patch
    43 patch -p0 < debian/patches/torque-pam.patch
     42
     43# Only for torque-2.2.0
     44#patch -p0 < debian/patches/gcc4.2-amd64.patch
     45#patch -p0 < debian/patches/torque-pam.patch
  • trunk/postinst

    r14 r20  
    8383
    8484
    85 if [ "$1" = configure -a ! -f $CONFIG_FILE ]
     85if [ "$1" = configure -o ! -f $CONFIG_FILE ]
    8686then
    8787        create_default_torque_file
     
    114114fi
    115115chmod 1777 $SPOOLDIR/spool
     116chmod 1777 $SPOOLDIR/undelivered
    116117
     118
     119# pbs_sched needs a subdir not created by pbs_mkdirs.
     120if [ ! -d $SPOOLDIR/sched_priv/accounting ]
     121then
     122    mkdir $SPOOLDIR/sched_priv/accounting
     123fi
    117124
    118125#
Note: See TracChangeset for help on using the changeset viewer.