]> git.ozlabs.org Git - ppp.git/commit
try to create rundir if missing
authorDominique Martinet <dominique.martinet@atmark-techno.com>
Thu, 3 Aug 2023 07:37:27 +0000 (16:37 +0900)
committerDominique Martinet <dominique.martinet@atmark-techno.com>
Tue, 10 Oct 2023 03:22:49 +0000 (12:22 +0900)
commit3a4fec968174fd6f387d5ec872a56343f256f645
tree3180a44346cffe58579ef4ba2380af730625be0d
parentb0e7307b3569a5dad0f2606d2736cc8317851598
try to create rundir if missing

Runtime dir changed from /run to /run/pppd in commit 66a8c74c3f73 ("Let
./configure control the paths for pppd") and is likely to not exist on
some distros, in which case the pppdb will not be created.

See: #419 (lock directory moved in ppp-2.5.0)
Signed-off-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
pppd/tdb.c