diff options
-rw-r--r-- | system/rsyslog/README.SLACKWARE | 6 | ||||
-rw-r--r-- | system/rsyslog/rsyslog.SlackBuild | 2 | ||||
-rw-r--r-- | system/rsyslog/rsyslog.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/system/rsyslog/README.SLACKWARE b/system/rsyslog/README.SLACKWARE index f7b14664af..b4bdd4ae4d 100644 --- a/system/rsyslog/README.SLACKWARE +++ b/system/rsyslog/README.SLACKWARE @@ -1,9 +1,9 @@ README.SLACKWARE for rsyslog The package contains the /etc/rc.d/rc.rsyslogd init script which will -start rsyslogd. +start rsyslogd. -Since rsyslog basically supersedes the klogd/syslogd daemons, the stock +Since rsyslog basically supersedes the klogd/syslogd daemons, the stock Slackware sysklogd package should be removed and its leftovers cleaned up: 1. Remove useless logrotate configuration: @@ -15,7 +15,7 @@ Slackware sysklogd package should be removed and its leftovers cleaned up: cd /etc/rc.d && ln -sf rc.rsyslogd rc.syslog cd /usr/sbin && ln -sf rsyslogd syslogd -To make the transition even easier, you will find /etc/rsyslog.conf in the +To make the transition even easier, you will find /etc/rsyslog.conf in the proper format, which was converted from sysklogd's syslog.conf. /etc/rc.d/rc.rsyslogd is written to emulate syslogd. To prevent rc.inet1 diff --git a/system/rsyslog/rsyslog.SlackBuild b/system/rsyslog/rsyslog.SlackBuild index 4aa716c798..424c14975f 100644 --- a/system/rsyslog/rsyslog.SlackBuild +++ b/system/rsyslog/rsyslog.SlackBuild @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rsyslog -VERSION=${VERSION:-8.26.0} +VERSION=${VERSION:-8.30.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/rsyslog/rsyslog.info b/system/rsyslog/rsyslog.info index 6b36837c2e..99972ff0d2 100644 --- a/system/rsyslog/rsyslog.info +++ b/system/rsyslog/rsyslog.info @@ -1,8 +1,8 @@ PRGNAM="rsyslog" -VERSION="8.26.0" +VERSION="8.30.0" HOMEPAGE="http://www.rsyslog.com/" -DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.26.0.tar.gz" -MD5SUM="abe20d1621d1e73326c08b964a556ed7" +DOWNLOAD="http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.30.0.tar.gz" +MD5SUM="62cda5d59c9c6c222b1ed8e05421e61c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README% docutils libee libestr libfastjson liblogging" |