summaryrefslogtreecommitdiffstats
path: root/ulogd/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-03-01 01:11:55 +0900
commit3680c13525479fe944899da1ec1b2b91d3ca7b21 (patch)
tree75d384a5d6f330cdef0e953fee0c3a409c53ce02 /ulogd/Rules.make.in
parentd404cfacbb2b1cb5f61af8b1bc0e2d2e5ffe4db6 (diff)
rename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname tag
(Martin Kähmer)
Diffstat (limited to 'ulogd/Rules.make.in')
-rw-r--r--ulogd/Rules.make.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ulogd/Rules.make.in b/ulogd/Rules.make.in
index 0f9c937..428b81f 100644
--- a/ulogd/Rules.make.in
+++ b/ulogd/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