@@ -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")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>service</IsA>
|
||||
<Summary>Enhanced system logging and kernel message trapping daemons</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="e8d767f0c3e0b7ed0e20bf3e2513d3c2d5c30239" type="targz">http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.9.0.tar.gz</Archive>
|
||||
<Archive sha1sum="b78ae3d9db4e191d7a6dd9c4c7483c82abe039d7" type="targz">http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.11.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>json-c-devel</Dependency>
|
||||
@@ -40,6 +40,7 @@
|
||||
<Path fileType="config">/etc/conf.d</Path>
|
||||
<Path fileType="config">/etc/rsyslog.d</Path>
|
||||
<Path fileType="config">/etc/rsyslog.conf</Path>
|
||||
<Path fileType="data">/var</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/logrotate.d/rsyslog">rsyslog.logrotate</AdditionalFile>
|
||||
@@ -53,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2015-07-13</Date>
|
||||
<Version>8.11.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2015-05-05</Date>
|
||||
<Version>8.9.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user