Changeset 22 for trunk/torque.templates


Ignore:
Timestamp:
11/07/07 17:21:56 (16 years ago)
Author:
adi
Message:

Handle PBS_{SCHED,MOM,SERVER}_OPTS via debconf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/torque.templates

    r12 r22  
    11Template: torque/disclaimer
    22Type: note
    3 Description: This debconf isn't fully functional. Configure in /etc/default/torque
     3Description: This debconf isn't fully functional.
    44 We currently do not provide full-featured torque configuration via debconf.
    5  See /etc/default/torque to define which daemons to start and use qmgr or the
    6  files in /var/spool/torque for everything else.
     5 We just care about /etc/default/torque to define which daemons to start.
     6 .
     7 Use qmgr or the files in /var/spool/torque for everything else.
    78
    89Template: torque/daemon_list
     
    2324 .
    2425 Don't modify this file by hand, it will be overwritten anytime you upgrade
    25  this package. Use "dpkg-reconfigure -p low torque" instead.
     26 this package. Use "dpkg-reconfigure -p high torque" instead.
     27
     28Template: torque/pbs_mom_opts
     29Type: string
     30Description: Please enter the options to be passed to pbs_mom
     31 Please enter the commandline options for pbs_mom. You can usually leave it
     32 empty.
     33 .
     34 The value will be stored in /etc/default/torque.
     35 .
     36 Don't modify this file by hand, it will be overwritten anytime you upgrade
     37 this package. Use "dpkg-reconfigure -p medium torque" instead.
     38
     39Template: torque/pbs_sched_opts
     40Type: string
     41Description: Please enter the options to be passed to pbs_sched
     42 Please enter the commandline options for pbs_sched. You can usually leave it
     43 empty.
     44 .
     45 The value will be stored in /etc/default/torque.
     46 .
     47 Don't modify this file by hand, it will be overwritten anytime you upgrade
     48 this package. Use "dpkg-reconfigure -p medium torque" instead.
     49
     50Template: torque/pbs_server_opts
     51Type: string
     52Default: -a t
     53Description: Please enter the options to be passed to pbs_server
     54 Please enter the commandline options for pbs_server.
     55 The default is "-a t"
     56 .
     57 The value will be stored in /etc/default/torque.
     58 .
     59 Don't modify this file by hand, it will be overwritten anytime you upgrade
     60 this package. Use "dpkg-reconfigure -p medium torque" instead.
Note: See TracChangeset for help on using the changeset viewer.