diff options
Diffstat (limited to 'system/syslog-ng')
-rw-r--r-- | system/syslog-ng/README | 3 | ||||
-rw-r--r-- | system/syslog-ng/syslog-ng.info | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/system/syslog-ng/README b/system/syslog-ng/README index c1d95f44d2..893d7b585e 100644 --- a/system/syslog-ng/README +++ b/system/syslog-ng/README @@ -9,6 +9,9 @@ and reliable logging infrastructure even in heterogeneous environments. libdbi is an optional dependency (enables SQL support). GeoIP support can be enabled with: GEOIP=yes ./syslog-ng.SlackBuild + +This package will conflict with sysklogd - in other words, you *need* +to remove sysklogd before installing syslog-ng. 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 6256222b39..68bfca7029 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="a54cbbe077363f112e5f6ff1ffd34fdb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="eventlog" +REQUIRES="%README% eventlog" MAINTAINER="Mario Preksavec" EMAIL="mario at slackware dot hr" |