diff options
| author | Lorenzo Colitti <lorenzo@google.com> | 2016-08-25 03:47:47 +0000 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2016-09-03 23:42:05 +0300 |
| commit | f5e7795454f978b8b4095d7920f07e411e9c13a4 (patch) | |
| tree | 49c19f1250e97c8ae4f28ada94fa39b1d24fadc2 | |
| parent | 463d24ffc1f0ec18a5c6299f4d1db93516db9afb (diff) | |
msm8916: Delete dhcpcd init entries, since dhcpcd is no more.
Bug: 27192644
Change-Id: I3a682a96bb14977678159c5bd6ee361b92763905
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index d5d9dae..947a07f 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -266,9 +266,6 @@ on boot chown system graphics /sys/class/graphics/fb0/mode chown system graphics /sys/class/graphics/fb0/modes -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - on property:bluetooth.isEnabled=true write /sys/class/bluetooth/hci0/idle_timeout 7000 @@ -385,66 +382,6 @@ service wpa_supplicant /system/bin/wpa_supplicant \ disabled oneshot -service dhcpcd_wlan0 /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_p2p /system/bin/dhcpcd -n - class late_start - disabled - oneshot - -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 dhcpcd_eth0 /system/bin/dhcpcd -aABDKL - class late_start - disabled - oneshot - -service iprenew_eth0 /system/bin/dhcpcd -n - class late_start - disabled - oneshot - service loc_launcher /system/bin/loc_launcher #loc_launcher will start as root and set its uid to gps class late_start |
