Changeset 9 for trunk


Ignore:
Timestamp:
08/01/07 12:29:02 (17 years ago)
Author:
adi
Message:

Adrian's patches up to his internal revision r3466.

This contains:

  • extended requirements
  • removed .ex-files
  • create mom_priv/config (untested)
  • fixed svn executable-bits to please debuild
Location:
trunk
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r5 r9  
     1torque (2.1.8) unstable; urgency=low
     2
     3  * New upstream release torque 2.1.8
     4  * Added Build-Depends libpam0g-dev and sed (for debian/patches/apply_patch)
     5  * Removed info.ex and diversion.ex
     6
     7 -- Adrian Knoth <adi@thur.de>  Thu, 26 Jul 2007 12:14:43 +0200
     8
    19torque (2.1.7p0-1) unstable; urgency=low
    210
  • trunk/conf_torque

    r5 r9  
    11#!/bin/sh
    22#
    3 # A script to configure torque. To support more then one release and different
     3# A script to configure torque. To support more than one release and different
    44# kernels.
    55#
  • trunk/control

    r5 r9  
    33Priority: optional
    44Maintainer: Bas van der Vlies <basv@sara.nl>
    5 Build-Depends: openssh-client, debhelper
    6 Standards-Version: 3.6.2
     5Build-Depends: openssh-client, debhelper, libpam0g-dev, sed
     6Standards-Version: 3.7.2.2
    77
    88Package: torque
  • trunk/postinst

    r5 r9  
    1212MKDIR="/usr/sbin/pbs_mkdirs"
    1313
     14
    1415# Always check/create the directory structure
    1516#
    1617$MKDIR all
     18
    1719
    1820# Also build the tclindexes again for xpbs xpbsmon
     
    2628        fi
    2729done
     30
    2831
    2932# creating default file torque in /etc/default
     
    6366fi
    6467
     68
    6569#
    6670# make the spool directory an set mode bits.
     
    7175fi
    7276chmod 1777 $SPOOLDIR/spool
     77
     78
     79#
     80# create an empty config file for pbs_mom iff missing
     81#
     82if [ ! -f $SPOOLDIR/mom_priv/config ]
     83then
     84    echo -n >> $SPOOLDIR/mom_priv/config
     85fi
     86
    7387
    7488# Automatically added by dh_installinit
Note: See TracChangeset for help on using the changeset viewer.