diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2004-12-08 16:53:54 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2004-12-08 16:53:54 +0000 |
commit | 9deb0c2b787680fb958624925815b62e02bddc47 (patch) | |
tree | 14e945ddbb5a15b4533c5c3310b38e85751249e1 /BUGS | |
parent | d7ca742bcb11ab3d68288afe08d517f6513a1b93 (diff) | |
download | rsyslog-9deb0c2b787680fb958624925815b62e02bddc47.tar.gz rsyslog-9deb0c2b787680fb958624925815b62e02bddc47.tar.xz rsyslog-9deb0c2b787680fb958624925815b62e02bddc47.zip |
hopefully ready for initial beta...
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -29,6 +29,17 @@ MEMORY LEAK ON HUPING This causes a small memory leak on each HUP. Will be fixed soon and should not cause real trouble unless you HUP syslogd quite frequently. +WALLMSG FORMAT (* selector) + This format is actually not 100% compatible with stock syslogd - the + date is missing. Will be fixed soon and can also be fixed just via + the proper template. Anyone up for this? ;) + +BUILDING WITH MYSQL + The MySQL code is activated by defining -DWITH_DB in the CFLAGS. + Depending on your system, you may need to change some library locations + and such. Building with MySQL is currently not as straightforward + as it should be ;) + Updates to the bug lists (and potential fixes...) can be found at the official home page at |