diff options
author | root <root@rshg054.dnsready.net> | 2012-07-19 00:01:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-19 00:01:52 +0000 |
commit | 6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (patch) | |
tree | 4c1b86f91ce9c742867b6eecd4857b20919cd713 /community/ulogd | |
parent | 63d179775e063452db6358e15b9847e7fc6c84b6 (diff) |
Thu Jul 19 00:01:52 UTC 2012
Diffstat (limited to 'community/ulogd')
-rw-r--r-- | community/ulogd/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD index aa075e2e7..08863143a 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73109 2012-07-01 18:54:55Z spupykin $ +# $Id: PKGBUILD 73943 2012-07-17 09:54:26Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sebastien Luttringer <seblu+arch@seblu.net> # Contributor: Dale Blount <dale@archlinux.org> @@ -6,7 +6,7 @@ pkgname=ulogd pkgver=2.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Userspace Packet Logging for netfilter' arch=('i686' 'x86_64') url='http://www.netfilter.org/projects/ulogd/index.html' @@ -23,7 +23,6 @@ optdepends=('postgresql-libs' 'libnetfilter_log' 'libnetfilter_conntrack') options=('!libtool') -backup=('etc/ulogd.conf') source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2" 'rc' 'logrotate') @@ -40,8 +39,7 @@ build() { package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - install -Dm0644 ulogd.conf $pkgdir/etc/ulogd.conf - install -d -m 755 "$pkgdir/usr/share/ulogd" + install -Dm0644 ulogd.conf $pkgdir/usr/share/ulogd/ulogd.conf.sample install -m644 doc/*.{table,sql} "$pkgdir/usr/share/ulogd" install -D -m644 "$srcdir/logrotate" "$pkgdir/etc/logrotate.d/ulogd" install -D -m755 "$srcdir/rc" "$pkgdir/etc/rc.d/ulogd" |