Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > f477d264d9f3ff1bdcab8fc15ead6dc0 > files > 5

sysklogd-1.4.2-6mdv2008.1.x86_64.rpm

# Options to syslogd
# -m 0 disables 'MARK' messages.
# -r enables logging from remote machines
# -x disables DNS lookups on messages recieved with -r
# See syslogd(8) for more details
SYSLOGD_OPTIONS="-m 0"

# Options to klogd
# -2 prints all kernel oops messages twice; once for klogd to decode, and
#    once for processing with 'ksymoops'
# -x disables all klogd processing of oops messages entirely
# See klogd(8) for more details
KLOGD_OPTIONS="-x"

# set this to a umask value to use for all log files as in umask(1).
# By default, all permissions are removed for "group" and "other". 
SYSLOG_UMASK=077