diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-04-08 05:26:44 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-04-08 05:26:44 +0000 |
commit | 5b219e6c8a77b3b495f3d793eab30fba614d1ffc (patch) | |
tree | afcade66fa015cc72615fbce8b6c3a4ae5251dc3 /sysutils | |
parent | 278efb57b591bff71301d5d9b7d3a98d50161ff6 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/socklog/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/socklog/pkg-descr b/sysutils/socklog/pkg-descr index a9f52856dc1a..a1f769d089e4 100644 --- a/sysutils/socklog/pkg-descr +++ b/sysutils/socklog/pkg-descr @@ -1,4 +1,4 @@ -socklog in cooperation with djb's daemontools is a small and secure replacement +socklog in cooperation with the runit package is a small and secure replacement for syslogd. There are three main features, syslogd provides: - receiving syslog messages from an unix domain socket (/dev/log) or UDP socket @@ -6,11 +6,11 @@ for syslogd. There are three main features, syslogd provides: and priority. - writing received syslog messages to an udp socket (a.b.c.d:514) -socklog provides the first two features with the help of daemontools svscan, -supervise and multilog, provides a different network logging concept and +socklog provides these features with the help of runit's runsvdir, +runsv, and svlogd, provides a different network logging concept, and additionally does log event notification. -multilog has a built in logfile rotation based on file size, so there is no +svlogd has a built in log file rotation based on file size, so there is no need for any cron jobs or similar to rotate the logs. Log partitions can be calculated properly. |