]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/patch/tests/PR74127.in
MFC r351836, r351866, r354328: patch(1) /dev/null testing+improvement
[FreeBSD/FreeBSD.git] / usr.bin / patch / tests / PR74127.in
1 # This program is used to compress log files
2 if {![info exists Log(compressProg)]} {
3         set Log(compressProg) gzip
4 }
5
6 # Flush interval
7 if {![info exists Log(flushInterval)]} {
8         set Log(flushInterval) [expr {60 * 1000}]
9 }
10
11 # This is used to turn on an alternate debug log file
12 if {![info exist Log(debug_log)]} {
13         set Log(debug_log) 0
14 }