diff --git a/system/base/rsyslog/actions.py b/system/base/rsyslog/actions.py index 6aa2836f..4cc614ce 100644 --- a/system/base/rsyslog/actions.py +++ b/system/base/rsyslog/actions.py @@ -60,3 +60,7 @@ def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.dodoc("COPYING*", "README", "AUTHORS", "ChangeLog") + + # create needed directory + pisitools.dodir("/var/spool/rsyslog") + pisitools.dodir("/var/empty/dev") diff --git a/system/base/rsyslog/pspec.xml b/system/base/rsyslog/pspec.xml index 8c118646..2ee2d727 100644 --- a/system/base/rsyslog/pspec.xml +++ b/system/base/rsyslog/pspec.xml @@ -12,7 +12,7 @@ service Enhanced system logging and kernel message trapping daemons rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible with stock sysklogd and can be used as a drop-in replacement. - http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.9.0.tar.gz + http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.11.0.tar.gz zlib-devel json-c-devel @@ -40,6 +40,7 @@ /etc/conf.d /etc/rsyslog.d /etc/rsyslog.conf + /var rsyslog.logrotate @@ -53,6 +54,13 @@ + + 2015-07-13 + 8.11.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2015-05-05 8.9.0