Now I am pretty sure these are pretty amateur questions, but I am a little stuck, and not sure what to do.
I have created a custom hosts file to block a bunch of stuff that I don't want to see, mainly advertisements. I have also added etc/hosts to the /opt/.filetool.lst but every time I reboot I have a new hosts file. I am assuming this is caused because the hosts file is recreated every time I boot up.
I could write a shell script that will just echo all of my entries into the hosts file every time I boot up, but I wanted to see if there was a better way to do this. I would rather do it right the first time.
Along those same lines I tried adding my usr/local/tce.icons to the /opt/.filetool.lst. I did this because I wanted to create some custom buttons on my WBar and this was the only way I could figure out how to do it. So far it works great, but once again every time I reboot it overwrites the /usr/local/tce.icons. I did find a post on the forums on how to add custom icons to the WBar but I think that only worked on older versions. I am running TC 4.0.2. Once again I could write a script that just echo's all of my changes into the file, but I think there is probably a better way to do this.
Any suggestions on where to go, or how to do either of these. I apolgize if I should have broken these into 2 seperate questions.