source: trunk/torque.config @ 20

Last change on this file since 20 was 14, checked in by bas, 17 years ago

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
File size: 311 bytes
Line 
1#!/bin/sh -e
2
3# Source debconf library.
4. /usr/share/debconf/confmodule
5
6# Display disclaimer
7db_input high torque/disclaimer || true
8db_go
9
10# Let the user choose which daemons to run
11db_input high torque/daemon_list || true
12db_go
13
14# Ask the user for server_name
15db_input high torque/server_name || true
16db_go
17
Note: See TracBrowser for help on using the repository browser.