Changeset 9 for trunk/postinst


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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.