diff options
author | will <will@FreeBSD.org> | 2000-07-02 11:24:11 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-02 11:24:11 +0800 |
commit | 7f1718cdaa7d1d8e04857538106c2528b99525a5 (patch) | |
tree | be4c25869a4778f2efb2c535eea87ae79726ba88 /sysutils/syslog-ng1/files | |
parent | af9391b1c099c37fe542ac36524c8dc05520de88 (diff) | |
download | freebsd-ports-graphics-7f1718cdaa7d1d8e04857538106c2528b99525a5.tar.gz freebsd-ports-graphics-7f1718cdaa7d1d8e04857538106c2528b99525a5.tar.zst freebsd-ports-graphics-7f1718cdaa7d1d8e04857538106c2528b99525a5.zip |
Update to 1.4.4.
PR: 19633
Submitted by: maintainer
Diffstat (limited to 'sysutils/syslog-ng1/files')
-rw-r--r-- | sysutils/syslog-ng1/files/syslog-ng.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/syslog-ng1/files/syslog-ng.conf.sample b/sysutils/syslog-ng1/files/syslog-ng.conf.sample index 1dabb14889d..0986ac9620a 100644 --- a/sysutils/syslog-ng1/files/syslog-ng.conf.sample +++ b/sysutils/syslog-ng1/files/syslog-ng.conf.sample @@ -11,7 +11,7 @@ options { long_hostnames(off); sync(0); }; # # sources # -source src { unix-dgram("/var/run/log"); udp(); internal(); }; +source src { unix-dgram("/var/run/log"); udp(); internal(); file("/dev/klog"); }; # # destinations |