diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-08-01 09:41:51 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-08-01 09:41:51 +0200 |
commit | 12d78acbfc062f3e6fa65178b35dc1667e71555c (patch) | |
tree | 4af563a7a1cff415c85925edd8962ebf685890ca | |
parent | 4d65a1b077a8b03e24c26bc3637efa49673b9d42 (diff) | |
download | device_samsung_galaxys2-common-12d78acbfc062f3e6fa65178b35dc1667e71555c.zip device_samsung_galaxys2-common-12d78acbfc062f3e6fa65178b35dc1667e71555c.tar.gz device_samsung_galaxys2-common-12d78acbfc062f3e6fa65178b35dc1667e71555c.tar.bz2 |
init: correct dev/log permissions
-rw-r--r-- | init.smdk4210.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init.smdk4210.rc b/init.smdk4210.rc index fbd1dad..6523b8f 100644 --- a/init.smdk4210.rc +++ b/init.smdk4210.rc @@ -140,10 +140,6 @@ on post-fs-data chmod 0775 /data/log chmod 0775 /data/anr - chmod 0662 /dev/log/radio - chmod 0662 /dev/log/main - chmod 0662 /dev/log/event - #panorama directory creation mkdir /data/pxtmpdir 0775 chown system system /data/pxtmpdir |