From 3efd178c050d911cfdff7e8d2ed4886b98b08b98 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Mar 2013 00:05:54 -0700 Subject: Wed Mar 13 00:05:53 PDT 2013 --- community/rsyslog/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/rsyslog') diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD index 711137734..3e9341b07 100644 --- a/community/rsyslog/PKGBUILD +++ b/community/rsyslog/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 85988 2013-03-10 20:14:44Z spupykin $ +# $Id: PKGBUILD 86155 2013-03-12 13:29:27Z spupykin $ # Maintainer: Sergej Pupykin pkgname=rsyslog pkgver=7.2.6 -pkgrel=1 +pkgrel=4 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability" url="http://www.rsyslog.com/" arch=('i686' 'x86_64') license=('GPL3') depends=('zlib' 'libestr' 'libee' 'json-c') -makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls') +makedepends=('postgresql-libs>=8.4.1' 'libmysqlclient' 'net-snmp' 'gnutls') optdepends=('postgresql-libs: PostgreSQL Database Support' - 'libmariadbclient: MySQL Database Support' + 'libmysqlclient: MySQL Database Support' 'net-snmp' 'gnutls') backup=('etc/rsyslog.conf' @@ -46,7 +46,7 @@ package() { make install DESTDIR=${pkgdir} # Install Daemons and Configuration Files install -D -m755 ${srcdir}/${pkgname} ${pkgdir}/etc/rc.d/${pkgname}d - install -D -m644 doc/${pkgname}-example.conf ${pkgdir}/etc/${pkgname}.conf + install -D -m644 doc/${pkgname}-example.conf ${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example install -D -m644 $srcdir/${pkgname}.logrotate ${pkgdir}/etc/logrotate.d/${pkgname} install -D -m644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/${pkgname} -- cgit v1.2.3-54-g00ecf