aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2015-09-22 17:54:37 +0800
committermatthew <matthew@FreeBSD.org>2015-09-22 17:54:37 +0800
commit81c4dcaed0d44cb1389f818a8a2d86d0b9fd407d (patch)
tree07b6abe9593b700d92b409dc543f3e5a27827a1d /sysutils/Makefile
parent0b7a3d09700fd51067cd6b752f75a3c7d4d59c72 (diff)
downloadfreebsd-ports-gnome-81c4dcaed0d44cb1389f818a8a2d86d0b9fd407d.tar.gz
freebsd-ports-gnome-81c4dcaed0d44cb1389f818a8a2d86d0b9fd407d.tar.zst
freebsd-ports-gnome-81c4dcaed0d44cb1389f818a8a2d86d0b9fd407d.zip
This module sends syslog messages over a network socket. It works like
Sys::Syslog in setlogsock's 'udp', 'tcp', or 'unix' modes, but without the significant CPU overhead of that module when used for high-volume logging. Use of this specialized module is only recommended if 1) you must use network syslog as a messaging transport but 2) need to minimize the time spent in the logger. WWW: http://search.cpan.org/dist/Log-Syslog-Fast/
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 706a0b49e5c0..beb5c41fc2c1 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -627,6 +627,7 @@
SUBDIR += p5-Lchown
SUBDIR += p5-Linux-Cpuinfo
SUBDIR += p5-Log-Syslog-Constants
+ SUBDIR += p5-Log-Syslog-Fast
SUBDIR += p5-MogileFS-Client
SUBDIR += p5-MogileFS-Network
SUBDIR += p5-MogileFS-Server