panjabi
07-24-2005, 06:44 PM
i have installed startup editor which shows up in tivoweb plus.
this what it shows in there,
#!/bin/bash
# Call the Tivo Package Manager Startup Scripts
/etc/rc.d/rc.sysinit.tpm
#!/bin/bash
/var/hack/fixup30.tcl
/path/to/tyhttpd 2000 4 >> /dev/null &i
i have this starup editor so i don't mess with rc.sysinit.author which can screw me up if i make mistake. i only added the last 3 lines here is this the correct way to do this. for example im using fixup3.0 tcl and i have added this line will this line call fixup3 everytime it boots. i don't know it its working or not please help thank you
this what it shows in there,
#!/bin/bash
# Call the Tivo Package Manager Startup Scripts
/etc/rc.d/rc.sysinit.tpm
#!/bin/bash
/var/hack/fixup30.tcl
/path/to/tyhttpd 2000 4 >> /dev/null &i
i have this starup editor so i don't mess with rc.sysinit.author which can screw me up if i make mistake. i only added the last 3 lines here is this the correct way to do this. for example im using fixup3.0 tcl and i have added this line will this line call fixup3 everytime it boots. i don't know it its working or not please help thank you