View Single Post
  #1551 (permalink)  
Old 03-08-2011, 10:39 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
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.
Reply With Quote