summaryrefslogtreecommitdiff
path: root/community/ulogd
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-04 11:35:52 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-04 11:35:52 +0100
commit64d1eee48611d47e3666647522a6cae2b41902ff (patch)
treeabf5e07345df665486be6b8b27626b96df3e4097 /community/ulogd
parentd948673f5f5d6f5db6c6e534d610365b122a3e66 (diff)
parent3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libnetfilter_log/PKGBUILD community/radvd/PKGBUILD community/ucarp/PKGBUILD extra/ardour/PKGBUILD extra/docker/PKGBUILD extra/fftw/PKGBUILD
Diffstat (limited to 'community/ulogd')
-rw-r--r--community/ulogd/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD
index e78329277..3f7f0fe68 100644
--- a/community/ulogd/PKGBUILD
+++ b/community/ulogd/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 77483 2012-10-10 23:43:02Z seblu $
+# $Id: PKGBUILD 83573 2013-02-03 13:19:13Z seblu $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Dale Blount <dale@archlinux.org>
# Contributor: Sergej Pupykin <ps@lx-ltd.ru>
pkgname=ulogd
pkgver=2.0.1
-pkgrel=3
+pkgrel=4
pkgdesc='Userspace Packet Logging for netfilter'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.netfilter.org/projects/ulogd/index.html'
@@ -24,12 +24,10 @@ makedepends=('libmysqlclient'
optdepends=("${makedepends[@]}")
options=('!libtool')
source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
- "$pkgname.rc"
"$pkgname.logrotate"
"$pkgname.conf"
"$pkgname.service")
md5sums=('2f4b1a58955fcad4ebf22f0d00885fc9'
- 'c42230c1cabf5dd9b80bf9a0fd87ca7e'
'dd32eeee0949adff4188544419acd17e'
'c21531312f95e790ed19aa267a17d35a'
'42fc2c0568ff89ec00c2f0797280f296')
@@ -48,7 +46,6 @@ package() {
install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
cd "$srcdir"
- install -Dm755 $pkgname.rc "$pkgdir/etc/rc.d/$pkgname"
install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"