fb16dfecae
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)
7 lines
376 B
Text
7 lines
376 B
Text
Log::Log4perl::Appender::Socket::UNIX is a simple appender for writing to a unix
|
|
domain socket. It relies on Socket and only logs to an existing socket - ie.
|
|
very useful to always log debug streams to the socket.
|
|
|
|
The appender tries to stream to a socket. The socket in questions is beeing
|
|
created by the client who wants to listen, once created the messages are coming
|
|
thru.
|