From f79097b87a83e9b1064231c7740d177a70e71df5 Mon Sep 17 00:00:00 2001 From: Jaco Kroon Date: Sat, 15 Jan 2022 10:07:26 +0200 Subject: net-dialup/xl2tpd: fix tmpfiles.d Version bump to fix /var/run to /run in tmpfiles.d config file. Closes: https://bugs.gentoo.org/829885 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jaco Kroon Signed-off-by: Ionen Wolkens --- net-dialup/xl2tpd/files/xl2tpd-init-r1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-dialup/xl2tpd/files/xl2tpd-init-r1') diff --git a/net-dialup/xl2tpd/files/xl2tpd-init-r1 b/net-dialup/xl2tpd/files/xl2tpd-init-r1 index 4e9956a4d13d..82366c69f57c 100644 --- a/net-dialup/xl2tpd/files/xl2tpd-init-r1 +++ b/net-dialup/xl2tpd/files/xl2tpd-init-r1 @@ -1,11 +1,11 @@ #!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 command="/usr/sbin/xl2tpd" -pidfile="/var/run/xl2tpd.pid" +pidfile="/run/xl2tpd.pid" required_files="/etc/xl2tpd/xl2tpd.conf" start_pre() { - checkpath -d /var/run/xl2tpd + checkpath -d /run/xl2tpd } -- cgit v1.2.3-65-gdbad