Date: Tuesday, January 12, 2016 @ 12:18:12 Author: tredaelli Revision: 156141
upgpkg: tinc 1.0.26-2 FS#45139 Modified: tinc/trunk/PKGBUILD tinc/trunk/[email protected] ----------------+ PKGBUILD | 4 ++-- [email protected] | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-12 10:48:19 UTC (rev 156140) +++ PKGBUILD 2016-01-12 11:18:12 UTC (rev 156141) @@ -6,7 +6,7 @@ pkgname=tinc pkgver=1.0.26 -pkgrel=1 +pkgrel=2 pkgdesc="VPN (Virtual Private Network) daemon" arch=('i686' 'x86_64') url="http://www.tinc-vpn.org/" @@ -17,7 +17,7 @@ [email protected]) md5sums=('a8c168227fa42cbfcd4983247bf609ca' 'SKIP' - '77a1bac483db54330b318c11bf675c59') + '0e8891c1b979360d8bcada04e5631f5c') validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A') build() { Modified: [email protected] =================================================================== --- [email protected] 2016-01-12 10:48:19 UTC (rev 156140) +++ [email protected] 2016-01-12 11:18:12 UTC (rev 156141) @@ -7,6 +7,7 @@ ExecStop=/usr/bin/tincd -n %I -k ExecReload=/usr/bin/tincd -n %I -k HUP Restart=on-failure +KillMode=none [Install] WantedBy=multi-user.target
