Quote:
Originally Posted by [ACL]
In reality it has to be /system/etc/ppp because that gets linked to /etc
So inside /system/etc there needs to be a link to data/ppp
Now we have this link in place. Its on the init.rc and in that tar so i dont know how its getting trashed (if it even is getting trashed)
ln -s /data/ppp /system/etc/ppp will do it.
|
Ah, I bet it is not working because of this. It will not overwrite if the directory already exists. It does exist already and has a file in it. Also, for ln -s as you have there, it will actually link /data/ppp to /system/etc/ppp/ppp since it is a directory and not a file
Dinner time. Be back in a little while.