commit: 19000f954ce7157c23bb984667aa8e259c8668ca Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Fri Feb 18 19:24:25 2022 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Fri Feb 18 20:36:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19000f95
net-proxy/tinyproxy: fix /var/run usage in tmpfiles.d Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> net-proxy/tinyproxy/files/tinyproxy.tmpfiles.conf | 2 +- .../tinyproxy/{tinyproxy-1.11.0.ebuild => tinyproxy-1.11.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/tinyproxy/files/tinyproxy.tmpfiles.conf b/net-proxy/tinyproxy/files/tinyproxy.tmpfiles.conf index 80251df0d20c..5a89fcb6b7fc 100644 --- a/net-proxy/tinyproxy/files/tinyproxy.tmpfiles.conf +++ b/net-proxy/tinyproxy/files/tinyproxy.tmpfiles.conf @@ -1 +1 @@ -d /var/run/tinyproxy 0770 tinyproxy tinyproxy - +d /run/tinyproxy 0770 tinyproxy tinyproxy - diff --git a/net-proxy/tinyproxy/tinyproxy-1.11.0.ebuild b/net-proxy/tinyproxy/tinyproxy-1.11.0-r1.ebuild similarity index 97% rename from net-proxy/tinyproxy/tinyproxy-1.11.0.ebuild rename to net-proxy/tinyproxy/tinyproxy-1.11.0-r1.ebuild index 29cef2869832..fd02282f412c 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.11.0.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7