Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
21 rader
690 B
21 rader
690 B
## |
|
## fsl.inn -- OSSP fsl configuration for INN |
|
## |
|
|
|
# use OSSP fsl to perform the equivalent of the |
|
# following syslog.conf(5) configuration entries: |
|
# news.crit @l_prefix@/var/inn/log/news.crit |
|
# news.err @l_prefix@/var/inn/log/news.err |
|
# news.notice @l_prefix@/var/inn/log/news.notice |
|
ident (.+)/news q{ |
|
prefix( |
|
prefix="%b %d %H:%M:%S %N $1: ", |
|
timezone=local |
|
) |
|
-> { |
|
critical: file(path="@l_prefix@/var/inn/log/news.crit", append=1, perm=0644); |
|
error: file(path="@l_prefix@/var/inn/log/news.err", append=1, perm=0644); |
|
notice: file(path="@l_prefix@/var/inn/log/news.notice", append=1, perm=0644) |
|
} |
|
} |
|
|
|
|