1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: socklog
Section: admin
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Standards-Version: 3.6.1.0
Package: socklog
Section: admin
Architecture: any
Depends: adduser, ${shlibs:Depends}
Recommends: socklog-run, runit, ipsvd
Description: system and kernel logging services (binaries)
socklog cooperates with the runit package to create a small and secure
replacement for syslogd. socklog supports system logging through Unix
domain sockets (/dev/log) and UDP sockets (0.0.0.0:514) with the help of
runit's runsvdir, runsv, and svlogd. socklog provides a different
network logging concept, and also does log event notification. svlogd
has built in log file rotation based on file size, so there is no need
for any cron jobs to rotate the logs. socklog is small, secure, and
reliable.
.
See http://smarden.org/socklog/ for more information.
.
This package contains the socklog programs.
Package: socklog-run
Architecture: all
Depends: socklog, runit, ipsvd
Provides: system-log-daemon, linux-kernel-log-daemon
Conflicts: system-log-daemon, linux-kernel-log-daemon
Description: system and kernel logging services
socklog cooperates with the runit package to create a small and secure
replacement for syslogd. socklog supports system logging through Unix
domain sockets (/dev/log) and UDP sockets (0.0.0.0:514) with the help of
runit's runsvdir, runsv, and svlogd. socklog provides a different
network logging concept, and also does log event notification. svlogd
has built in log file rotation based on file size, so there is no need
for any cron jobs to rotate the logs. socklog is small, secure, and
reliable.
.
See http://smarden.org/socklog/ for more information.
.
This package sets up the socklog-unix and socklog-klog services to
provide a system log service and kernel log service respectively.
|