diff options
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 |
commit | d2dc29cf200b362702896ae176e6fa494985e196 (patch) | |
tree | f5664f2fa0521b428108fc3a2f41e052293022b1 /system/syslog-ng | |
parent | d615182b4ab2362264c7df7a39ac192bbd56c0fb (diff) | |
download | slackbuilds-d2dc29cf200b362702896ae176e6fa494985e196.tar.gz |
system/syslog-ng: Fixed dep information
Diffstat (limited to 'system/syslog-ng')
-rw-r--r-- | system/syslog-ng/README | 4 | ||||
-rw-r--r-- | system/syslog-ng/syslog-ng.info | 2 |
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" |