commit: 5e069bcdf38fceaba6a17c0dd0254be8a06369b9 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Oct 19 16:16:52 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Oct 19 16:26:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e069bcd
net-dialup/ppp: drop /run/pppd/lock hack No longer necessary since the lock path was reverted upstream. Bug: https://github.com/ppp-project/ppp/issues/419 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-dialup/ppp/files/pppd.tmpfiles-r1 | 1 + net-dialup/ppp/{ppp-2.5.1.ebuild => ppp-2.5.1-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-dialup/ppp/files/pppd.tmpfiles-r1 b/net-dialup/ppp/files/pppd.tmpfiles-r1 new file mode 100644 index 000000000000..2fa3096da9f3 --- /dev/null +++ b/net-dialup/ppp/files/pppd.tmpfiles-r1 @@ -0,0 +1 @@ +d /run/pppd diff --git a/net-dialup/ppp/ppp-2.5.1.ebuild b/net-dialup/ppp/ppp-2.5.1-r1.ebuild similarity index 98% rename from net-dialup/ppp/ppp-2.5.1.ebuild rename to net-dialup/ppp/ppp-2.5.1-r1.ebuild index 8838554026f7..9d96fe11bf66 100644 --- a/net-dialup/ppp/ppp-2.5.1.ebuild +++ b/net-dialup/ppp/ppp-2.5.1-r1.ebuild @@ -113,7 +113,7 @@ src_install() { doman contrib/pppgetpass/pppgetpass.8 - newtmpfiles "${FILESDIR}/pppd.tmpfiles" pppd.conf + newtmpfiles "${FILESDIR}/pppd.tmpfiles-r1" pppd.conf insinto /etc/ppp/radius doins pppd/plugins/radius/etc/{dictionary*,issue,port-id-map,radiusclient.conf,realms,servers}
