Subversion Repositories wimsdev

Rev

Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
#This is the variable definition file of the tool module `...'.
2
#It is part of the software wims. Author: XIAO Gang
3
 
4
#Each non-comment line defines a variable. Format of the line:
5
#
6
#name	allow	log	default	llim	ulim
7
#
8
#name: name of the variable
9
#log: log priority. 0: no log. 1: little log. 2: more log. etc.
10
#allow: when allow the user to override the defined value.
11
#       it maybe any, deny, init, config, reply.
12
#llim, ulim: lower and upper limits. (Not valid for string variable)
13
#
14
#
15
#name	allow	log	llim	    ulim
16
 
17
job	any	0
18
part	init
19
 
20
pw1	reply
21
pw2	reply
22
old	reply
2191 bpr 23
init:moduclass_lang
23 reyssat 24