./wip/socklog, System and kernel logging services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.0, Package name: socklog-2.1.0, Maintainer: neil

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")
and writing them to various files on disk depending on
facility, priority and/or simple pattern matching.
* receiving syslog messages from an udp socket ("0.0.0.0:514")
and writing them to various files on disk depending on
facility, priority and/or simple pattern matching.
* writing received syslog messages to an udp socket ("a.b.c.d:514")


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 375c2992dcbc0d3639e3f8c215ef7f13959bdd5b
Filesize: 55.607 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 17:56:50 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2007-01-07 10:16:00 by Roland Illig | Files touched by this commit (10)
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
   2006-04-29 00:58:13 by Amitai Schlair | Files touched by this commit (2)
Log message:
Minor tweaks:                                                                   
* Update DESCR and COMMENT with text from home page.                            
* Shorten HOMEPAGE definition and use it for MASTER_SITES.                      
* Replace post-patch and do-build with djbware.mk equivalents.