PDA

View Full Version : rc.sysinit rc.sysinit.author


Sleeper
01-04-2004, 11:24 PM
Do all known versions of Tivos call rc.sysinit.author from rc.sysinit?

I only have a series 2's.

splitsec
01-05-2004, 12:22 AM
My Dtivo S1 with 3.1.0 does. Can't speak for the other versions.

kevinm
01-05-2004, 10:59 AM
Don't forget to chmod +x the .author file and put it on both / partitions

Sleeper
01-05-2004, 12:28 PM
Don't forget to chmod +x the .author file and put it on both / partitions

Gee. Thanks for that advice. I would have never known to do that!

mrblack51
01-05-2004, 12:34 PM
Don't forget to chmod +x the .author file and put it on both / partitions

no need to put it on both partitions, that is just a step suggested by guide writers cause the writers are lazy or trying to cope with more varaibles, putting it on both does nothing that putting it on just the right one would do.

TomP
01-14-2004, 05:25 AM
If .author is the same as rc.sysinit, what is it for? :confused:

RUBiK
01-14-2004, 01:21 PM
If .author is the same as rc.sysinit, what is it for? :confused:It's not the same. rc.sysinit executes first, after which rc.sysinit.author executes (if present & having executable permissions)...