diff options
author | matthew <matthew@FreeBSD.org> | 2015-09-22 17:54:37 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2015-09-22 17:54:37 +0800 |
commit | 81c4dcaed0d44cb1389f818a8a2d86d0b9fd407d (patch) | |
tree | 07b6abe9593b700d92b409dc543f3e5a27827a1d /sysutils/Makefile | |
parent | 0b7a3d09700fd51067cd6b752f75a3c7d4d59c72 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |