OSDN Git Service

Few changes to pppd for VPN.
authorChia-chi Yeh <chiachi@android.com>
Mon, 15 Jun 2009 20:12:02 +0000 (04:12 +0800)
committerChia-chi Yeh <chiachi@android.com>
Fri, 19 Jun 2009 05:35:23 +0000 (13:35 +0800)
commit12f72b25ea06006706eb0cdbbe1c965eb8fc03be
treef9b610cb2993ec6d86cdbfd9cfefeda24ab9c2c9
parent821c6079634ae728eda7a19e947a2c8f0dd1fdaa
Few changes to pppd for VPN.

1. Remove TARGET_OUT_OPTIONAL_EXECUTABLES from Android.mk
   since pppd is now required by VPN, no longer optinoal.
2. Avoid creating pid files.
3. Use linkname as a suffix of program names which allows
   different users to run different set of scripts. E.g.
   if linkname is "vpn", "/etc/ppp/ip-up-vpn" is executed.
pppd/Android.mk
pppd/main.c