./wip/sysklogd, System and kernel log daemons for Linux

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


Branch: CURRENT, Version: 1.4.1nb2, Package name: sysklogd-1.4.1nb2, Maintainer: reed

This is the sysklogd package for Linux.

The sysklogd package implements two system log daemons. The syslogd
daemon is the general system logging daemon which is responsible for
handling requests for syslog services. This version of syslogd is
similar to the standard Berkeley product but with a number of compatible
extensions. The klogd daemon runs either standalone or as a client
of syslogd. Klogd 'listens' to kernel log messages, prioritizes them
and routes them to either output files or to syslogd. This version
of klogd will optionally translate kernel addresses to their symbolic
equivalents if provided with a system map.

This is Dr. Greg W. Wettstein's version of sysklogd. It is maintained
by Martin Schulze.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 79.867 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2008-02-10 12:04:31 by Sergey Svishchev | Files touched by this commit (19)
Log message:
Delint.
   2006-03-14 02:28:12 by Johnny C. Lam | Files touched by this commit (27)
Log message:
Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
   2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79)
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
   2005-05-24 12:31:44 by Roland Illig | Files touched by this commit (1)
Log message:
Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake.
   2005-05-02 22:34:06 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
 
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
 
This was discussed on tech-pkg in late January and late April.

Not all of these packages have been tested.
 
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
   2004-05-11 01:39:42 by Jeremy C. Reed | Files touched by this commit (2)
Log message:
Make it install man pages to custom man directory.

Add security fix for a memory allocation error
from Mandrake Linux's
sysklogd-1.4.1-owl-syslogd-crunch_list.diff
(which is from OWL).

Bump PKGREVISION.