summaryrefslogtreecommitdiff
path: root/community/ulogd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-04 00:06:56 -0800
committerroot <root@rshg054.dnsready.net>2013-02-04 00:06:56 -0800
commit3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (patch)
tree13cd29450035c478b8a064e0ff16f5a10e3fced6 /community/ulogd
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Mon Feb 4 00:06:56 PST 2013
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 1c4110c3e..cda2d1034 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')
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"