From f9ba767d195f55a383a24dbaa3846f065f7b4e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Fri, 18 Nov 2011 16:00:03 -0300 Subject: social/tinc-1.0.16-3 Added backup file --- social/tinc/PKGBUILD | 9 +++++---- social/tinc/tincd.conf | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/social/tinc/PKGBUILD b/social/tinc/PKGBUILD index d91909319..87d3415e9 100644 --- a/social/tinc/PKGBUILD +++ b/social/tinc/PKGBUILD @@ -1,14 +1,18 @@ pkgname=tinc pkgver=1.0.16 -pkgrel=2 +pkgrel=3 pkgdesc="VPN (Virtual Private Network) daemon" arch=(i686 x86_64 mips64el) url="http://www.tinc-vpn.org/" license=('GPL') depends=('lzo2' 'zlib' 'openssl') +backup=(etc/conf.d/tincd.conf) source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz tincd.conf tincd.rcd) +md5sums=('f1c7ed94878725fb2cf4efb02bf160da' + 'd4a42b4a474448c64dc8f5100480f569' + '89a91a80c1dee4b365958bd9e6242d5a') build() { cd "$srcdir/$pkgname-$pkgver" @@ -27,6 +31,3 @@ package() { install -Dm755 $srcdir/tincd.rcd $pkgdir/etc/rc.d/tincd install -Dm755 $srcdir/tincd.conf $pkgdir/etc/conf.d/tincd.conf } -md5sums=('f1c7ed94878725fb2cf4efb02bf160da' - 'b1b0c4a37c007aa8703128269ea9a3e8' - '89a91a80c1dee4b365958bd9e6242d5a') diff --git a/social/tinc/tincd.conf b/social/tinc/tincd.conf index 3b8a867be..e86139b44 100644 --- a/social/tinc/tincd.conf +++ b/social/tinc/tincd.conf @@ -1,2 +1,2 @@ NETNAME=yournetname -OPTIONS="-R -U nobody" +OPTIONS="-R -U nobody -L" -- cgit v1.1-4-g5e80