From 8da4c1f5b934c7f805f37fef6c6fd7b5494c914f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caner=20Ayd=C4=B1n?= Date: Mon, 26 Sep 2016 11:36:20 +0300 Subject: Remove dhcpd, dhcpd is not more supported. --- rootdir/etc/init.qcom.rc | 65 +----------------------------------------------- 1 file changed, 1 insertion(+), 64 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 4843c75..62f12d2 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -267,10 +267,7 @@ on boot chown system system /sys/class/leds/red/on_off_ms chown system system /sys/class/leds/green/on_off_ms chown system system /sys/class/leds/blue/on_off_ms - -on property:init.svc.wpa_supplicant=stopped - stop dhcpcd - + on property:bluetooth.isEnabled=true write /sys/class/bluetooth/hci0/idle_timeout 7000 @@ -405,66 +402,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 -- cgit v1.2.3