summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-23 10:08:16 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-23 10:10:26 +0100
commit30676376a578e1ff31862abcb4780b063b0284d0 (patch)
tree35dfdf791dd017dd66782334f45e56b28a13e333 /README.rst
parent63866194f6fcc9adc0c5c4d873f04f8cf2217963 (diff)
downloadlibumberlog-30676376a578e1ff31862abcb4780b063b0284d0.tar.gz
libumberlog-30676376a578e1ff31862abcb4780b063b0284d0.tar.xz
libumberlog-30676376a578e1ff31862abcb4780b063b0284d0.zip
Rename the project to libumberlog
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 23d1d1e..ae8d351 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
-libcee-syslog
-=============
+libumberlog
+===========
-The libcee-syslog library serves two purposes: it's either a drop-in
+The libumberlog library serves two purposes: it's either a drop-in
replacement for the ``syslog()`` system call, in which case it turns
the default syslog messages into CEE-enhanced messages, with a
CEE-JSON payload, and some automatically discovered fields.
@@ -34,8 +34,8 @@ The library follows the usual autotools way of installation:
::
- $ git clone git://github.com/algernon/libcee-syslog.git
- $ cd libcee-syslog
+ $ git clone git://github.com/algernon/libumberlog.git
+ $ cd libumberlog
$ ./autogen.sh
$ ./configure && make && make install
@@ -45,7 +45,7 @@ Usage
The library can either be used as an LD_PRELOAD-able shared object, in
which case it overrides the system-supplied syslog() calls with its
own, or as a proper library. In the latter case, please see the
-libcee-syslog(3) manual page for more information.
+umberlog(3) manual page for more information.
In the former case, using the library is as easy as setting LD_PRELOAD
prior to executing a program (if one wants to control this on a