diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2016-02-25 14:52:17 +0900 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:21:55 +0200 |
commit | 6096535e610996e74ec4ca6b47d317af12d262ee (patch) | |
tree | cbc4b9076351cca64a5af17c314d42990243b360 | |
parent | 1ef1d2bb4dbb4fc20a4bd3d75d0552e4fc32c480 (diff) |
init: Delete dhcpcd entries, since dhcpcd is no more.
Bug: 27192644
Change-Id: I1aa25190c07f027884421d91c1e93f214493382d
-rwxr-xr-x | rootdir/init.qcom.rc | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index ed529b0..e1da4ea 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -687,9 +687,6 @@ on property:persist.debug.trace=1 mkdir /data/core 0777 root root write /proc/sys/kernel/core_pattern "/data/core/%E.%p.%e" -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - on property:bluetooth.isEnabled=true start btwlancoex write /sys/class/bluetooth/hci0/idle_timeout 7000 @@ -982,36 +979,6 @@ on property:netd.fstman.start=true on property:netd.fstman.start=false stop fstman -service dhcpcd_wlan0 /system/bin/dhcpcd -ABKLG - class late_start - disabled - oneshot - -service dhcpcd_bond0 /system/bin/dhcpcd -ABKLG - class late_start - disabled - oneshot - -service dhcpcd_p2p /system/bin/dhcpcd -ABKLG - class late_start - disabled - oneshot - -service iprenew_wlan0 /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -service iprenew_bond0 /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -service iprenew_p2p /system/bin/dhcpcd -n - class late_start - disabled - oneshot - service ptt_socket_app /system/bin/ptt_socket_app -d class main user root @@ -1047,36 +1014,6 @@ service cnss_diag /system/bin/cnss_diag -q -f service cnss-daemon /system/bin/cnss-daemon -n -l class late_start -service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG - class late_start - disabled - oneshot - -service iprenew_bt-pan /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -service dhcpcd_bnep0 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep1 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep2 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep3 /system/bin/dhcpcd -BKLG - disabled - oneshot - -service dhcpcd_bnep4 /system/bin/dhcpcd -BKLG - disabled - oneshot - service loc_launcher /system/bin/loc_launcher # loc_launcher will start as root and set its uid to gps class late_start |