Browse CVS Repository
Diff of /clamav-update/clamav-update/clamav-update.conf
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 39 |
|
|
| 40 |
# log options (only syslog) |
# log options (only syslog) |
| 41 |
# ['OPTION1', 'OPTION2' ...] or [qw(OPTION1 OPTION2 ...)] |
# ['OPTION1', 'OPTION2' ...] or [qw(OPTION1 OPTION2 ...)] |
|
# cons - If clamav-update.pl cannot pass the message to syslogd(8) it will |
|
|
# attempt to write the message to the console. |
|
| 42 |
# ndelay - Open the connection to syslogd(8) immediately. |
# ndelay - Open the connection to syslogd(8) immediately. |
| 43 |
# perror - Write the message to standard error output as well to the system log. |
# perror - Write the message to standard error output as well to the system log. |
| 44 |
# pid - Log the process id with each message. |
# pid - Log the process id with each message. |
| 45 |
#$Setting->{logging}->{openlog}->{logopt} = [qw(cons)]; |
#$Setting->{logging}->{openlog}->{logopt} = [qw()]; |
| 46 |
|
|
| 47 |
# log facility (only syslog) |
# log facility (only syslog) |
| 48 |
# 'console' - Messages written to /dev/console by the kernel console output |
# 'console' - Messages written to /dev/console by the kernel console output |
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|