forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
385 B
Text
6 lines
385 B
Text
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.
|