rsyslog: update to 5.8.4.
This commit is contained in:
parent
ec023babb8
commit
812816363b
1 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rsyslog'
|
# Template file for 'rsyslog'
|
||||||
pkgname=rsyslog
|
pkgname=rsyslog
|
||||||
version=5.8.2
|
version=5.8.4
|
||||||
homepage="http://www.rsyslog.com"
|
homepage="http://www.rsyslog.com"
|
||||||
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
|
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -9,7 +9,7 @@ configure_args="--enable-gnutls --enable-mysql --enable-pgsql
|
||||||
short_desc="An Enhanced multi-threaded syslog daemon"
|
short_desc="An Enhanced multi-threaded syslog daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=8cdf3531370b6231dae6095f7c09d72e00b4508d7f985fde472a9741818d6ff4
|
checksum=fdae6a027942f46eef8abcf2b6b28399986b5e983452e046e729eae70f13febe
|
||||||
long_desc="
|
long_desc="
|
||||||
Rsyslog is an enhanced multi-threaded syslogd supporting, among
|
Rsyslog is an enhanced multi-threaded syslogd supporting, among
|
||||||
others, MySQL, PgSQL, syslog/tcp, RFC 3195, permitted sender lists,
|
others, MySQL, PgSQL, syslog/tcp, RFC 3195, permitted sender lists,
|
||||||
|
@ -33,13 +33,10 @@ Add_dependency build mit-krb5-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
install -d ${DESTDIR}/etc/init.d ${DESTDIR}/etc/logrotate.d \
|
vinstall ${FILESDIR}/rsyslogd.rc 755 etc/init.d rsyslogd
|
||||||
${DESTDIR}/etc/conf.d
|
vinstall ${FILESDIR}/rsyslogd.confd 644 etc/conf.d rsyslogd
|
||||||
install -m755 ${FILESDIR}/rsyslogd.rc ${DESTDIR}/etc/init.d/rsyslogd
|
vinstall ${FILESDIR}/rsyslog.conf 644 etc
|
||||||
install -m644 ${FILESDIR}/rsyslogd.confd ${DESTDIR}/etc/conf.d/rsyslogd
|
vinstall ${FILESDIR}/rsyslog.logrotate 644 etc/logrotate.d rsyslog
|
||||||
install -m644 ${FILESDIR}/rsyslog.conf ${DESTDIR}/etc/rsyslog.conf
|
|
||||||
install -m644 ${FILESDIR}/rsyslog.logrotate \
|
|
||||||
${DESTDIR}/etc/logrotate.d/rsyslog
|
|
||||||
# Install HTML documentation.
|
# Install HTML documentation.
|
||||||
install -d ${DESTDIR}/usr/share/doc/rsyslog/html
|
install -d ${DESTDIR}/usr/share/doc/rsyslog/html
|
||||||
install -m644 ${wrksrc}/doc/*.{html,png} \
|
install -m644 ${wrksrc}/doc/*.{html,png} \
|
||||||
|
|
Loading…
Reference in a new issue