summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-22 14:48:29 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-08-22 16:01:03 -0500
commitd2dc29cf200b362702896ae176e6fa494985e196 (patch)
treef5664f2fa0521b428108fc3a2f41e052293022b1 /system
parentd615182b4ab2362264c7df7a39ac192bbd56c0fb (diff)
downloadslackbuilds-d2dc29cf200b362702896ae176e6fa494985e196.tar.gz
slackbuilds-d2dc29cf200b362702896ae176e6fa494985e196.tar.xz
system/syslog-ng: Fixed dep information
Diffstat (limited to 'system')
-rw-r--r--system/syslog-ng/README4
-rw-r--r--system/syslog-ng/syslog-ng.info2
2 files changed, 3 insertions, 3 deletions
diff --git a/system/syslog-ng/README b/system/syslog-ng/README
index a90681d738..7c4daf1606 100644
--- a/system/syslog-ng/README
+++ b/system/syslog-ng/README
@@ -8,7 +8,7 @@ the encrypted TLS protocols. That way syslog-ng can be used to create
flexible and reliable logging infrastructure even in heterogeneous
environments.
-This requires eventlog. For SQL support, you also need libdbi.
-
+libdbi is an optional dependency (enables SQL support).
+
For more information on how to install and run syslog-ng, see README.SLACKWARE
that came with this package (which is also installed with the docs).
diff --git a/system/syslog-ng/syslog-ng.info b/system/syslog-ng/syslog-ng.info
index f797e69fbf..422b70d36e 100644
--- a/system/syslog-ng/syslog-ng.info
+++ b/system/syslog-ng/syslog-ng.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3
MD5SUM="8e1bc6bb55a6545dcf0329b982c82a44"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="eventlog libdbi"
+REQUIRES="eventlog"
MAINTAINER="mario"
EMAIL="mario@slackverse.org"