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:
parent
e3cde78af1
commit
0cef1d0ac8
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue