summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorTK MUN <tk.mun@samsung.com>2011-03-20 11:30:45 +0900
committerSimon Wilson <simonwilson@google.com>2011-03-21 18:12:48 -0700
commit005049170f1c55d3fb952aed0e5f9a2da3107fa4 (patch)
treee763d2bc421a442cc98beed86d16ea8dc0f7b974 /init.herring.rc
parenta4e1f48ed4430f747caf1a2f685771d2e7797980 (diff)
downloaddevice_samsung_crespo-005049170f1c55d3fb952aed0e5f9a2da3107fa4.zip
device_samsung_crespo-005049170f1c55d3fb952aed0e5f9a2da3107fa4.tar.gz
device_samsung_crespo-005049170f1c55d3fb952aed0e5f9a2da3107fa4.tar.bz2
wimax : bug fix for IP renew fail
- Change invalid service name (dhcpcd_renew -> iprenew) Change-Id: I876f9b5b95d22aad8e8f5ccc9b8626862102816c
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.herring.rc b/init.herring.rc
index df7f1c7..2936b02 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -93,12 +93,12 @@ service dhcpcd_uwbr0 /system/bin/dhcpcd -ABKL
# IP Renew
# wi-fi
-service dhcpcd_renew_eth0 /system/bin/dhcpcd -n
+service iprenew_eth0 /system/bin/dhcpcd -n
disabled
oneshot
# wimax
-service dhcpcd_renew_uwbr0 /system/bin/dhcpcd -n
+service iprenew_uwbr0 /system/bin/dhcpcd -n
disabled
oneshot