From 3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Feb 2013 00:06:56 -0800 Subject: Mon Feb 4 00:06:56 PST 2013 --- community/ulogd/PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'community/ulogd') 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 -# Maintainer: Sebastien Luttringer +# Maintainer: Sébastien Luttringer # Contributor: Dale Blount # Contributor: Sergej Pupykin 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" -- cgit v1.2.3-54-g00ecf