summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2011-01-13 13:42:17 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-13 13:42:17 -0800
commit63990cf56fc64033c0382ac19a3ffba7f525fb30 (patch)
treeea0bac07879b273494db54a388c92b7818416d04
parent1bedb73f9fc239b69d958cbabc50c7ba382bacbc (diff)
parenta02714bd3e8e75298c6e684ef375407fe02dd9b0 (diff)
downloadsystem_core-63990cf56fc64033c0382ac19a3ffba7f525fb30.zip
system_core-63990cf56fc64033c0382ac19a3ffba7f525fb30.tar.gz
system_core-63990cf56fc64033c0382ac19a3ffba7f525fb30.tar.bz2
Merge "Move rild to the core class." into honeycomb
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 6418bd2..1136057 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -358,7 +358,7 @@ service debuggerd /system/bin/debuggerd
class main
service ril-daemon /system/bin/rild
- class main
+ class core
socket rild stream 660 root radio
socket rild-debug stream 660 radio system
user root