diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-10-19 12:16:52 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-10-19 12:26:31 -0400 |
commit | 5e069bcdf38fceaba6a17c0dd0254be8a06369b9 (patch) | |
tree | dd7643528f593b7a8f97dc344b6c88edcaa12db9 /net-dialup | |
parent | sys-kernel/linux-firmware: Fix bug with savedconfig and symlinks (diff) | |
download | gentoo-5e069bcdf38fceaba6a17c0dd0254be8a06369b9.tar.gz gentoo-5e069bcdf38fceaba6a17c0dd0254be8a06369b9.tar.bz2 gentoo-5e069bcdf38fceaba6a17c0dd0254be8a06369b9.zip |
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@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/files/pppd.tmpfiles-r1 | 1 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.5.1-r1.ebuild (renamed from net-dialup/ppp/ppp-2.5.1.ebuild) | 2 |
2 files changed, 2 insertions, 1 deletions
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 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} |