summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-03-08 15:42:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-03-08 15:42:27 +0000
commitfcce2dc29374d1cf3aaeea291bfeec168a09c33b (patch)
tree48d89d1c8dfc85b491e6087cf64f16c80e003e09 /MANIFEST
parentdd3279ef78b95df70c1315bd39be68964c1771c5 (diff)
downloadrsyslog-fcce2dc29374d1cf3aaeea291bfeec168a09c33b.tar.gz
rsyslog-fcce2dc29374d1cf3aaeea291bfeec168a09c33b.tar.xz
rsyslog-fcce2dc29374d1cf3aaeea291bfeec168a09c33b.zip
fixed a bug: on internally-generated messages, the HOSTNAME was not set
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST56
1 files changed, 21 insertions, 35 deletions
diff --git a/MANIFEST b/MANIFEST
index be0cb61e..e779b9ec 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -10,23 +10,8 @@ Makefile: A makefile to generate the binaries.
README.linux: Documentation which may prove useful.
-klogd.c: Source code for the kernel log daemon.
-
-klogd.h: Global definitions required for the kernel log daemon.
-
-ksym.c: Source module for the kernel log daemon which implements
- kernel numeric address to symbol translations.
-
-ksym_mod.c: Source module which contains functions which allow ksym.c
- to resolve symbols found in loadable kernel modules.
-
syslogd.c: Source code for the system log daemon.
-syslog.c: A slightly modified version of the syslog.c file found in
- the standard libraries. This special version is needed
- so that klogd will pass messages with kernel priority to
- the syslogd facility.
-
pidfile.c: Source implementing utility functions which are useful
for managing pid files. Used by both syslogd and klogd.
@@ -36,27 +21,28 @@ pidfile.h: Include file containing global definitions for the
version.h: An include file for setting the version and patchlevel
for the package.
-syslog.conf: A sample configuration file. Note that this file uses
+sample.conf: A sample configuration file. Note that this file uses
extensions to the BSD syntax. See the syslog.conf(5)
manpage for more details.
-syslog_tst.c: A simple program to test the system log utility.
-
-sysklogd.8: Man page documenting the general characteristics of this
- package.
-
-klogd.8: Man page documenting the kernel log daemon.
-
-kernel.patch: A source code patch which modifies the linux kernel to
- delimit addresses for symbolic translation by klogd.
-
-oops.c: C source for a loadable kernel module which can be used
- to generate a kernel protection fault. This is used to
- test the address resolution capabilities of klogd.
-
-oops_test.c: A small driver program used in conjunction with the oops
- module to generate a kernel protection fault.
+####new####
+syslog.c: A slightly modified version of the syslog.c file found in
+ the standard libraries. This special version is needed
+ so that klogd will pass messages with kernel priority to
+ the syslogd facility.
-modules.patch: A patch to the modules-2.0.0 package which provides for
- automatic signalling of klogd whenever the kernel module
- state changes.
+rsyslog-0.8.1/srUtils.c
+rsyslog-0.8.1/stringbuf.c
+rsyslog-0.8.1/syslog.c
+rsyslog-0.8.1/syslog_tst.c
+rsyslog-0.8.1/template.c
+rsyslog-0.8.1/liblogging-stub.h
+rsyslog-0.8.1/srUtils.h
+rsyslog-0.8.1/stringbuf.h
+rsyslog-0.8.1/syslogd.h
+rsyslog-0.8.1/template.h
+rsyslog-0.8.1/BUGS
+rsyslog-0.8.1/COPYING
+rsyslog-0.8.1/AUTHORS
+rsyslog-0.8.1/sample.conf
+rsyslog-0.8.1/createDB.sql