system/rsyslog: Updated for version 5.8.11.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Christophe Trussardi 2012-05-07 23:07:31 -04:00 committed by dsomero
parent f3d2a37d5f
commit 5f659ddf3f
5 changed files with 17 additions and 17 deletions

View file

@ -11,7 +11,7 @@ Before you can run rsyslog, please see README.SLACKWARE
You can enable a lot of optional (not-autodetected) features by
passing variables to the script (VAR=yes/no ./rsyslog.SlackBuild):
MYSQL=yes|no (default: no), requires mysql (part of stock Slackware)
MYSQL=yes|no (default: no), requires mysql (available in Slackware)
PGSQL=yes|no (default: no), requires postgresql
RELP=yes|no (default: no), requires librelp
LIBDBI=yes|no (default: no), requires libdbi

View file

@ -1,6 +1,6 @@
/var/log/cron /var/log/debug /var/log/maillog /var/log/messages /var/log/secure /var/log/spooler /var/log/syslog {
sharedscripts
postrotate
/bin/kill -HUP $(cat /var/run/rsyslogd.pid 2>/dev/null) 2>/dev/null || true
/bin/kill -HUP `cat /var/run/rsyslogd.pid 2>/dev/null` 2>/dev/null || true
endscript
}

View file

@ -5,7 +5,7 @@
#
PRGNAM=rsyslog
VERSION=${VERSION:-5.8.9}
VERSION=${VERSION:-5.8.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="rsyslog"
VERSION="5.8.9"
VERSION="5.8.11"
HOMEPAGE="http://www.rsyslog.com/"
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-5.8.9.tar.gz"
MD5SUM="3fe2920e7ba8bb06807deaf8dd721d8e"
DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-5.8.11.tar.gz"
MD5SUM="0e5ea5228310bebc0f9f6ddf0c3f5a84"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Christophe Trussardi"

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler-------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
rsyslog: Rsyslog (enhanced syslogd)
rsyslog:
rsyslog: Rsyslog is an enhanced syslogd supporting, among others, MySQL,