#!/sbin/sh # @(#)B.11.31_LR # Syslogd configuration ( See syslog(3C) and syslogd(1M) ) # # SYSLOGD_OPTS: Options to be used when starting up syslogd. # Default is "-D", don't have the kernel print directly # to the system console. Change it to "-D -v" to log # priority and facility in encoded form at the second field # of the syslogd log message. SYSLOGD_OPTS="-D" # PREV_OLDSYSLOG_LINES: The number of kilo lines that should be carried # from the previous /var/adm/syslog/OLDsyslog.log # along with the contents of previous # /var/adm/syslog/syslog.log to the current # /var/adm/syslog/OLDsyslog.log. The value should # strictly be a number. Default is 0 which makes the # present OLDsyslog.log contain only the previous # syslog.log contents. Please see the man page for # syslogd(1m). PREV_OLDSYSLOG_LINES=0