diff options
author | KalimochoAz <calimochoazucarado@gmail.com> | 2012-04-04 14:36:26 +0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-04-04 14:36:26 +0400 |
commit | 155df62c0977227524747117b428c195ba953d88 (patch) | |
tree | 91c4517fdd8d6a01e90bc6a110be0428ffc8580c | |
parent | 1d97c2d94b19cd2bb9f4ad0275b31d5e990e8d8b (diff) | |
parent | 2b0e6b5dc318da3b3f71943f9c4eb3e0e87b391b (diff) | |
download | device_samsung_crespo-155df62c0977227524747117b428c195ba953d88.zip device_samsung_crespo-155df62c0977227524747117b428c195ba953d88.tar.gz device_samsung_crespo-155df62c0977227524747117b428c195ba953d88.tar.bz2 |
Merge "S5PC11X : RIL : Chage radio directory create sequence (Issue 5858560)" into ics
-rwxr-xr-x | init.herring.rc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/init.herring.rc b/init.herring.rc index f96b476..45ae2d2 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -56,8 +56,6 @@ on fs # We chown/chmod /efs because mount is run as root + defaults chown radio radio /efs chmod 0775 /efs - mkdir /data/radio 0775 radio radio - mkdir /data/radio/log 0775 radio radio # permissions for NFC setprop ro.nfc.port "I2C" @@ -72,6 +70,10 @@ on post-fs-data mkdir /data/misc/wifi/sockets 0770 wifi wifi mkdir /data/misc/dhcp 0770 dhcp dhcp +# create radio & log for ril daemon + mkdir /data/radio 0775 radio radio + mkdir /data/radio/log 0775 radio radio + setprop vold.post_fs_data_done 1 service gpsd /system/vendor/bin/gpsd -c /vendor/etc/gps.xml |