File: README

package info (click to toggle)
syslog-ng 3.8.1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 47,320 kB
  • ctags: 43,937
  • sloc: ansic: 159,432; yacc: 25,059; sh: 13,574; makefile: 4,669; python: 3,468; java: 3,218; xml: 2,309; perl: 318; lex: 316; awk: 184
file content (9 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9

In order to convert an existing syslog.conf file into syslog-ng
configuration automatically, you need to use the syslogconf SCL plugin and
write a skeleton syslog-ng.conf file which need not be changed, like this:

@version: 3.2
@include "scl.conf"

syslogconf()