Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 34
Line 1... Line 1...
1
# -*- text -*-
1
# -*- text -*-
2
#
2
#
3
#  $Id$
3
#  $Id: 0ca6bd8d27c25bf4f84fd27f97323b8961814d77 $
4
 
4
 
5
#
5
#
6
#  This is a more general example of the execute module.
6
#  This is a more general example of the execute module.
7
#
7
#
8
#  This one is called "echo".
8
#  This one is called "echo".
Line 106... Line 106...
106
	#  with double-quotes.
106
	#  with double-quotes.
107
	#
107
	#
108
	#  That is to say: User-Name=BobUser => USER_NAME="BobUser"
108
	#  That is to say: User-Name=BobUser => USER_NAME="BobUser"
109
	shell_escape = yes
109
	shell_escape = yes
110
 
110
 
-
 
111
 
-
 
112
	#
-
 
113
	#  How long should we wait for the program to finish?
-
 
114
	#
-
 
115
	#  Default is 10 seconds, which should be plenty for nearly
-
 
116
	#  anything. Range is 1 to 30 seconds. You are strongly
-
 
117
	#  encouraged to NOT increase this value. Decreasing can
-
 
118
	#  be used to cause authentication to fail sooner when you
-
 
119
	#  know it's going to fail anyway due to the time taken,
-
 
120
	#  thereby saving resources.
-
 
121
	#
-
 
122
	#timeout = 10
111
}
123
}