summaryrefslogtreecommitdiff
path: root/community/rsyslog
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-13 00:05:54 -0700
committerroot <root@rshg054.dnsready.net>2013-03-13 00:05:54 -0700
commit3efd178c050d911cfdff7e8d2ed4886b98b08b98 (patch)
treec0a0cc66dea0a40a0c5cbc13942fdfff8066f7a2 /community/rsyslog
parent9f8838d16719128121b4efde3bf6c7cc650f1801 (diff)
Wed Mar 13 00:05:53 PDT 2013
Diffstat (limited to 'community/rsyslog')
-rw-r--r--community/rsyslog/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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 <pupykin.s+arch@gmail.com>
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}