xref: /freebsd/usr.bin/patch/tests/PR74127.in (revision c697fb7f)
1# This program is used to compress log files
2if {![info exists Log(compressProg)]} {
3        set Log(compressProg) gzip
4}
5
6# Flush interval
7if {![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
12if {![info exist Log(debug_log)]} {
13        set Log(debug_log) 0
14}
15