diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-08-31 10:17:17 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-08-31 10:17:17 +0000 |
commit | fbc5b67813d57c0197a8c29f7872f152e688ecd4 (patch) | |
tree | 60e9033fdf640f62893ee96d2760d880944a42d4 /net-misc/tinc | |
parent | Stable for x86, wrt bug #483092 (diff) | |
download | gentoo-2-fbc5b67813d57c0197a8c29f7872f152e688ecd4.tar.gz gentoo-2-fbc5b67813d57c0197a8c29f7872f152e688ecd4.tar.bz2 gentoo-2-fbc5b67813d57c0197a8c29f7872f152e688ecd4.zip |
Fix systemd unit file, bug #479596
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc/tinc')
-rw-r--r-- | net-misc/tinc/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/tinc/files/tincd_at.service | 3 | ||||
-rw-r--r-- | net-misc/tinc/tinc-1.0.22-r2.ebuild (renamed from net-misc/tinc/tinc-1.0.22-r1.ebuild) | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/tinc/ChangeLog b/net-misc/tinc/ChangeLog index 14a8f813734f..63a138a7aa7c 100644 --- a/net-misc/tinc/ChangeLog +++ b/net-misc/tinc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/tinc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.43 2013/08/30 23:58:02 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.44 2013/08/31 10:17:17 blueness Exp $ + +*tinc-1.0.22-r2 (31 Aug 2013) + + 31 Aug 2013; Anthony G. Basile <blueness@gentoo.org> +tinc-1.0.22-r2.ebuild, + -tinc-1.0.22-r1.ebuild, files/tincd_at.service: + Fix systemd unit file, bug #479596 *tinc-1.0.22-r1 (30 Aug 2013) diff --git a/net-misc/tinc/files/tincd_at.service b/net-misc/tinc/files/tincd_at.service index 1cbf8af28dd7..71f358a39d95 100644 --- a/net-misc/tinc/files/tincd_at.service +++ b/net-misc/tinc/files/tincd_at.service @@ -3,7 +3,8 @@ Description=Tinc daemon for network %i After=network.target [Service] -ExecStart=/usr/sbin/tincd -D -n %i +ExecStart=/usr/sbin/tincd -D --pidfile /run/tinc.%i.pid -n %i +Restart=on-failure [Install] WantedBy=multi-user.target diff --git a/net-misc/tinc/tinc-1.0.22-r1.ebuild b/net-misc/tinc/tinc-1.0.22-r2.ebuild index 0c9cd5bd6905..4c59f0c3606d 100644 --- a/net-misc/tinc/tinc-1.0.22-r1.ebuild +++ b/net-misc/tinc/tinc-1.0.22-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.22-r1.ebuild,v 1.1 2013/08/30 23:58:02 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.22-r2.ebuild,v 1.1 2013/08/31 10:17:17 blueness Exp $ EAPI="5" inherit systemd |