diff options
author | orbea <orbea@riseup.net> | 2024-10-22 09:47:00 -0700 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2024-10-22 09:49:01 -0700 |
commit | 8d6a274c99fdf4901acaa5b30fbce95e46a26ce3 (patch) | |
tree | c925dd89f5af7dac26711ec3e3874ed7e91946b4 /net-dialup | |
parent | net-dialup/ppp: sync ::gentoo (diff) | |
download | libressl-8d6a274c99fdf4901acaa5b30fbce95e46a26ce3.tar.gz libressl-8d6a274c99fdf4901acaa5b30fbce95e46a26ce3.tar.bz2 libressl-8d6a274c99fdf4901acaa5b30fbce95e46a26ce3.zip |
net-dialup/ppp: add 2.5.1-r1, drop 2.5.1
Signed-off-by: orbea <orbea@riseup.net>
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 0000000..2fa3096 --- /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 919941d..f1ed411 100644 --- a/net-dialup/ppp/ppp-2.5.1.ebuild +++ b/net-dialup/ppp/ppp-2.5.1-r1.ebuild @@ -115,7 +115,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} |