summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey D2017-02-25 09:35:05 +0300
committerAlexey D2017-02-25 09:35:05 +0300
commitbbde64ba4be3cc577aa4956726925a03794e20f9 (patch)
tree2a626b8c3e039c25e39b18940b225572d5407075
parent4d03baf73dc57350f328c2506d873fe29d8d8849 (diff)
downloadaur-bbde64ba4be3cc577aa4956726925a03794e20f9.tar.gz
some fixes from upstream package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb81b54745df..9517f08e5e92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 23 11:10:52 UTC 2017
+# Sat Feb 25 06:34:45 UTC 2017
pkgbase = syslog-ng-nosystemd
pkgdesc = Next-generation syslogd with advanced networking and filtering capabilities
pkgver = 3.9.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.balabit.com/network-security/syslog-ng/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9759c1d935e2..3f18cc7ba0a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=syslog-ng-nosystemd
pkgver=3.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
@@ -45,7 +45,7 @@ build() {
--libexecdir=/usr/lib \
--sbindir=/usr/bin \
--localstatedir=/var/lib/syslog-ng \
- --datadir=/usr/share/syslog-ng \
+ --datadir=/usr/share \
--with-pidfile-dir=/run \
--disable-spoof-source \
--enable-ipv6 \
@@ -66,4 +66,7 @@ package() {
install -Dm644 "$srcdir/syslog-ng.logrotate" "$pkgdir/etc/logrotate.d/syslog-ng"
install -Dm755 "$srcdir/syslog-ng.rc" "$pkgdir/etc/rc.d/syslog-ng"
install -Dm644 "$srcdir/syslog-ng.conf.d" "$pkgdir/etc/conf.d/initscripts/syslog-ng"
+
+ # See http://lists.balabit.hu/pipermail/syslog-ng/2016-February/022667.html
+ rm -r "$pkgdir/usr/share/syslog-ng/include/scl/cim"
}