Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 829885

Summary: net-dialup/xl2tpd-1.3.16: tmpfiles.d references paths below /var/run/
Product: Gentoo Linux Reporter: Massimo Burcheri <burcheri.massimo+bugs-gentoo>
Component: Current packagesAssignee: Jaco Kroon <jaco>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/23803
Whiteboard:
Package list:
Runtime testing required: ---

Description Massimo Burcheri 2021-12-23 19:43:56 UTC
Similar to bug 768051, I found these lines in the rc.log:

 * Setting up tmpfiles.d entries ...
/usr/lib/tmpfiles.d/xl2tpd.conf:1: Line references path below legacy directory /var/run/, updating /var/run/xl2tpd  /run/xl2tpd; please update the tmpfiles.d/ drop-in file accordingly.

* Setting up tmpfiles.d entries for /dev ...
/usr/lib/tmpfiles.d/xl2tpd.conf:1: Line references path below legacy directory /var/run/, updating /var/run/xl2tpd  /run/xl2tpd; please update the tmpfiles.d/ drop-in file accordingly.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2022-01-15 09:00:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79097b87a83e9b1064231c7740d177a70e71df5

commit f79097b87a83e9b1064231c7740d177a70e71df5
Author:     Jaco Kroon <jaco@uls.co.za>
AuthorDate: 2022-01-15 08:07:26 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-01-15 08:59:32 +0000

    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 <jaco@uls.co.za>
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 net-dialup/xl2tpd/files/xl2tpd-init-r1                     |  6 +++---
 net-dialup/xl2tpd/files/xl2tpd.conf                        |  2 +-
 .../{xl2tpd-1.3.16.ebuild => xl2tpd-1.3.16-r1.ebuild}      | 14 +++++++++++++-
 3 files changed, 17 insertions(+), 5 deletions(-)