• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


Commit MetaInfo

Revision254d99ee8cdfeb6d4dde58790c39b28769db393e (tree)
Zeit2011-08-09 16:28:31
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

generic_x86: init.rc: remove dhcpcd service

Now the service is added by the init scripts automatically.

Ändern Zusammenfassung

Diff

--- a/target/board/generic_x86/init.rc
+++ b/target/board/generic_x86/init.rc
@@ -510,11 +510,6 @@ service faketsd /system/bin/faketsd
510510 disabled
511511 oneshot
512512
513-service dhcpcd /system/bin/dhcpcd -o domain_name_servers -ABKL
514- class main
515- disabled
516- oneshot
517-
518513 service ppp /system/bin/pppd call gprs
519514 class main
520515 user root
@@ -537,3 +532,5 @@ on property:debug.logcat=1
537532
538533 on property:debug.logcat=0
539534 stop logcat
535+
536+#REMOVE FROM HERE