Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > ed7a0c9d7cf53ec6857f379c19e746d7 > files > 14

sysklogd-1.4.2-5mdv2008.0.src.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