summaryrefslogtreecommitdiffstats
path: root/Rules.make.in
diff options
context:
space:
mode:
authorlaforge <laforge>2002-08-28 09:37:20 +0000
committerYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>2008-05-22 03:56:48 +0900
commit73e65c8bf1df2a20763bf83cacc5d82dc9cab7c6 (patch)
tree4f4c8100e75f0e2e650f1dabdc23969d738902c7 /Rules.make.in
parentfea705c80513209a7824c2339a02456c177f7dc6 (diff)
rename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname tag
(Martin Kähmer)
Diffstat (limited to 'Rules.make.in')
-rw-r--r--Rules.make.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rules.make.in b/Rules.make.in
index 0f9c937..428b81f 100644
--- a/Rules.make.in
+++ b/Rules.make.in
@@ -3,6 +3,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
sysconfdir=@sysconfdir@
+sbindir=@sbindir@
ULOGD_CONFIGFILE=@sysconfdir@/ulogd.conf
@@ -26,7 +27,7 @@ LIBS=@LIBS@
# Names of the plugins to be compiled
-ULOGD_SL:=BASE OPRINT PWSNIFF LOGEMU LOCALTIME
+ULOGD_SL:=BASE OPRINT PWSNIFF LOGEMU LOCAL
# mysql output support
#ULOGD_SL+=MYSQL