summaryrefslogtreecommitdiff
path: root/usr.bin/patch/tests/PR74127.in
blob: ed295c477cfa00ef26f7cbf355e61e405dd7a1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This program is used to compress log files
if {![info exists Log(compressProg)]} {
        set Log(compressProg) gzip
}

# Flush interval
if {![info exists Log(flushInterval)]} {
        set Log(flushInterval) [expr {60 * 1000}]
}

# This is used to turn on an alternate debug log file
if {![info exist Log(debug_log)]} {
        set Log(debug_log) 0
}