Changeset 14


Ignore:
Timestamp:
09/12/07 09:56:30 (17 years ago)
Author:
bas
Message:

torque.config:

  • changed from low to high, it is important

postinst:

  • Fixed a bug the /etc/default/torque file was always created

changelog:

  • New torque release 2.1.9
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r13 r14  
     1torque (2.1.9p0-2) unstable; urgency=low
     2
     3  *  Changed the debconf from low to high
     4  *  Removed some obsolete code
     5
     6 -- root <root@rc.sara.nl>  Wed, 12 Sep 2007 09:19:04 +0200
     7
     8torque (2.1.9p0-1) unstable; urgency=low
     9
     10  *  New upstream release
     11
     12 -- root <root@rc.sara.nl>  Tue, 11 Sep 2007 16:45:55 +0200
     13
    114torque (2.1.8) unstable; urgency=low
    215
  • trunk/postinst

    r12 r14  
    6767# Do not edit this file by hand, use
    6868#
    69 #     dpkg-reconfigure -p low torque
     69#     dpkg-reconfigure -p high torque
    7070#
    7171# instead
     
    8383
    8484
    85 if [ "$1" = configure -o ! -f $CONFIG_FILE ]
     85if [ "$1" = configure -a ! -f $CONFIG_FILE ]
    8686then
    8787        create_default_torque_file
    88 else
    89         # If old style config replace it we new one
    90         #
    91     # adi@2007-07-31: not covered by debconf
    92         OLD_CONFIG=`awk '/^HOST=/ {  print $0 }'  $CONFIG_FILE`
    93         if [ ! -z "$OLD_CONFIG" ]
    94         then
    95                 create_default_torque_file
    96         fi
    9788fi
    9889
  • trunk/torque.config

    r12 r14  
    55
    66# Display disclaimer
    7 db_input low torque/disclaimer || true
     7db_input high torque/disclaimer || true
    88db_go
    99
    1010# Let the user choose which daemons to run
    11 db_input low torque/daemon_list || true
     11db_input high torque/daemon_list || true
    1212db_go
    1313
    1414# Ask the user for server_name
    15 db_input low torque/server_name || true
     15db_input high torque/server_name || true
    1616db_go
    1717
Note: See TracChangeset for help on using the changeset viewer.