C library for parsing syslog messages. A much more interesting project is the journal from systemd.
Go to file
Laurence Withers f2e3ec44ef Bump version 2009-11-06 17:33:01 +00:00
scripts Import of build skeleton 2009-11-06 13:31:40 +00:00
src Initial commit of libsyslogp 2009-11-06 17:32:50 +00:00
.gitignore Import of build skeleton 2009-11-06 13:31:40 +00:00
COPYING Import of build skeleton 2009-11-06 13:31:40 +00:00
README Import of build skeleton 2009-11-06 13:31:40 +00:00
config Initial commit of libsyslogp 2009-11-06 17:32:50 +00:00
make.sh Import of build skeleton 2009-11-06 13:31:40 +00:00
run-test.sh Import of build skeleton 2009-11-06 13:31:40 +00:00
version Bump version 2009-11-06 17:33:01 +00:00

README

libsyslogp
========================================================================
(c)2009, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv3. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install

You might want to edit 'config' first. You might also want to set
'INSTALL_PREFIX', which is prepended onto the destination of any
installed file.

@TODO@