From 6096535e610996e74ec4ca6b47d317af12d262ee Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Thu, 25 Feb 2016 14:52:17 +0900 Subject: init: Delete dhcpcd entries, since dhcpcd is no more. Bug: 27192644 Change-Id: I1aa25190c07f027884421d91c1e93f214493382d --- rootdir/init.qcom.rc | 63 ---------------------------------------------------- 1 file changed, 63 deletions(-) (limited to 'rootdir') 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 -- cgit v1.2.3