• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

device/generic/common


Commit MetaInfo

修訂989d000ff03ec9af32b7816594be95276423112b (tree)
時間2016-05-06 03:17:12
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

init.x86.rc: use the marshmallow built-in command exec

Change Summary

差異

--- a/init.x86.rc
+++ b/init.x86.rc
@@ -44,7 +44,7 @@ on init
4444 setprop ro.product.manufacturer $[/sys/class/dmi/id/sys_vendor]
4545 setprop ro.product.model $[/sys/class/dmi/id/product_name]
4646
47- exec /system/bin/logwrapper /system/bin/sh /system/etc/init.sh
47+ exec -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh
4848
4949 on fs
5050 mount_all /fstab.${ro.hardware}
@@ -171,16 +171,16 @@ on property:system_init.startsurfaceflinger=0
171171
172172 on property:sys.boot_completed=1
173173 write /proc/sys/kernel/ctrl-alt-del 0
174- exec /system/bin/logwrapper /system/bin/sh /system/etc/init.sh bootcomplete
174+ exec -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh bootcomplete
175175
176176 on property:init.svc.bluetoothd=running
177- exec /system/bin/logwrapper /system/bin/sh /system/etc/init.sh hci
177+ exec -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh hci
178178
179179 on property:init.svc.bluetoothd=stopped
180- exec /system/bin/logwrapper /system/bin/sh /system/etc/init.sh hci
180+ exec -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh hci
181181
182182 on property:net.dns1=*
183- exec /system/bin/logwrapper /system/bin/sh /system/etc/init.sh netconsole
183+ exec -- /system/bin/logwrapper /system/bin/sh /system/etc/init.sh netconsole
184184
185185 on property:debug.logcat=1
186186 class_start debug