]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
updated changes to reflect LOGEMU change, rules.make was missing some escaping
authorlaforge <laforge>
Sun, 25 Mar 2001 18:26:33 +0000 (18:26 +0000)
committerlaforge <laforge>
Sun, 25 Mar 2001 18:26:33 +0000 (18:26 +0000)
Changes
Rules.make.in

diff --git a/Changes b/Changes
index 0df42b44a35f3fed456afe5e17e97e6c53619059..fc04e81834c5ac7f680f7fcca69f7e5a592ec0b3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,7 @@ Version 0.93
        (reported by Drori Ghiora)
 - sigterm handler installed for clean shutdown
 - logfile now fflush()ed after each line printed
+- ulogd_LOGEMU now prints date and hostname, just as syslog does
 
 Version 0.92
 - fixes libipulog loop-bug (reported by Drori Ghiora)
index cc85aecfe5d41bd65151ad2606694355096b9933..432df20ba034c52f7080e3cbd180f3fae5aeaec7 100644 (file)
@@ -11,7 +11,7 @@ ULOGD_LIB_PATH=@libdir@/ulogd
 CC=@CC@
 CFLAGS=@CFLAGS@ @CPPFLAGS@ 
 CFLAGS+=$(INCIPULOG) $(INCCONFFILE)
-CFLAGS+=-DULOGD_CONFIGFILE=$(ULOGD_CONFIGFILE)
+CFLAGS+=-DULOGD_CONFIGFILE=\"$(ULOGD_CONFIGFILE)\"
 #CFLAGS+=@DEFS@
 #CFLAGS+=-g -DDEBUG -DDEBUG_MYSQL