Changeset 57


Ignore:
Timestamp:
07/03/12 15:44:35 (12 years ago)
Author:
bas
Message:

Added some debug statements

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/conf_torque

    r55 r57  
    2424        --enable-docs \
    2525        --with-rcp=scp
     26       
     27
     28#--without-loadlibfile \
  • trunk/postinst

    r56 r57  
    66# SVN INFO:
    77#       $Id: postinst 2329 2006-09-21 10:12:53Z bas $
    8 #
     8#set -x
    99
    1010SPOOLDIR=/var/spool/torque
     
    123123#
    124124if [ "$1" = configure -o ! -f $SERVER_CONF_FILE ]; then
     125
    125126    db_get torque/server_name || true
    126127    NEW_SERVER_NAME="$RET"
Note: See TracChangeset for help on using the changeset viewer.