system/rsyslog: Added %README% to the info file.

Added note about conflict with sysklogd in README

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2014-05-23 16:48:13 +02:00 committed by Willy Sudiarto Raharjo
parent e3cde78af1
commit 0cef1d0ac8
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ features make it suitable for enterprise-class, encryption protected
syslog relay chains while at the same time being very easy to setup
for the novice user.
This package will conflict with sysklogd - in other words, you *need*
to remove sysklogd before installing rsyslog.
Before you can run rsyslog, please see README.SLACKWARE
You can enable a lot of optional (not-autodetected) features by

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-7.6.3.tar.gz"
MD5SUM="09c29847fff170bece92975f1bb05caa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="json-c libee libestr liblogging"
REQUIRES="%README% json-c libee libestr liblogging"
MAINTAINER="Christophe Trussardi"
EMAIL="chris@teria.org"