summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Rohr <prohr@google.com>2023-06-20 17:53:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-20 17:53:13 +0000
commite746383268eee60984799274b4fe9b50d8754607 (patch)
treeb854e4818e953ac57b5a6fec3a1a31c2d473b69a
parent2efe1366783557ac271cfb29d53fa1f7fd382242 (diff)
parentee900d223a76edc8a34e1c70403d68f84322ce5f (diff)
downloadppp-e746383268eee60984799274b4fe9b50d8754607.tar.gz
Merge "pppd: fix ip-up-vpn path" am: 6e26ec0129 am: 1906ac8821 am: ee900d223a
Original change: https://android-review.googlesource.com/c/platform/external/ppp/+/2627090 Change-Id: I85596031d5955f6a562a4ef6e5c8c3c99f7a78f4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--pppd/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/pathnames.h b/pppd/pathnames.h
index ea74736..e971ab5 100644
--- a/pppd/pathnames.h
+++ b/pppd/pathnames.h
@@ -22,7 +22,7 @@
#define _PATH_CHAPFILE _ROOT_PATH "/etc/ppp/chap-secrets"
#define _PATH_SRPFILE _ROOT_PATH "/etc/ppp/srp-secrets"
#define _PATH_SYSOPTIONS _ROOT_PATH "/etc/ppp/options"
-#define _PATH_IPUP _ROOT_PATH "/etc/ppp/ip-up"
+#define _PATH_IPUP _ROOT_PATH "/system/bin/ip-up"
#define _PATH_IPDOWN _ROOT_PATH "/etc/ppp/ip-down"
#define _PATH_IPPREUP _ROOT_PATH "/etc/ppp/ip-pre-up"
#define _PATH_AUTHUP _ROOT_PATH "/etc/ppp/auth-up"