Thanks for your help guys,
Here is the output of rc.sysinit.author using cat -e rc.sysinit.author.

Ok should it have the $ signs ?


#### START HACKS ####$
$
export MY_SERVER=10.0.0.1$
export NFS_SERVER=$MY_SERVER$
export SMB_SERVER=$MY_SERVER$
#export TIME_SERVER=$MY_SERVER$
$
# Use extra libs (termcap, etc)$
export LD_LIBRARY_PATH=/hack/lib$
$
#### Mount Network Shares #######$
$
# mount NFS shares (if you have them) Change the NFS_SERVER variable above to the ip of box with share$
#insmod -f /lib/modules/nfs.o$
#mount -t nfs -o rsize=8192,wsize=8192 ${NFS_SERVER}:/home/tivo /hack/nfs$
$
# Mount shares on your windows boxen.$
# This doesn't work too well.$
# insmod -f /lib/modules/smbfs.o$
# smbmount //${SMB_SERVER}/SHARE /hack/smb -s putrename -c tivo -I x.x.x.x -U user -D WORKGROUP -P password$
$
#### Start Programs ######$
$
#CCXSTREAM - stream to XBOX$
#google for ccxstream or search forums at xboxmediacenter.de$
#ccxstream &$
$
#CRON # Edit /hack/etc/crontab $
cron &$
$
#Start FTP daemon$
#this is ADH's (from Deal Database) version that saves you from chmod +x$
tivoftpd &$
$
#Start TiVoWeb$
#/hack/tivoweb-tcl/tivoweb &$
$
#Start TivoWebPlus$
/var/hack/TivoWebPlus/tivoweb &$
$
#Vserver - Stream ty files on port 8074 see tivo-mplayer.sf.net$
#vserver > /dev/null 2>&1 &$
$
#EndPad$
#If you want to edit the start and end, do so in /hack/bin/runendpad.sh$
#/hack/bin/endpadplus.tcl 5 15 -auto$
$
#Start EndPad 1.5.1$
/var/hack/bin/endpad.tcl -s 2 -e 10 -auto &$
$
##### Various Other Hacks #######$
$
# Tweak HDD settings$
# Don't worry if you don't have a two drive TiVo. It will work for 1 drive setups too.$
# make certain runideturbo=false is in boot params, or rename$
# the file /lib/modules/ideturbo.o to something else so it doesn't load.$
hdparm -c1 -m8 -M1 -S0 /dev/hda /dev/hdb$
hdparm -m16 /dev/hda /dev/hdb$
$
# Copy Module$
# copies anything written to /var/packages to /tmp $
# very useful for capturing tivo slices.$
#insmod -f /lib/modules/copy.o$
$
# Emu Proxy$
# A tool for cleaning up the HTTP output by the Tivo in order to pass through$
# transparent proxies, etc.$
# Works in conjunction with a small hack to the emulator to accept the header$
# "TivoURLBase" which is the base url to give back to the Tivo when specifying$
# data paths.$
# Runs by default and is dependent on the$
# 127::127.0.0.1:8000:::$
# entry in tclient.conf$
# IF YOU COMMENT THIS OUT SO IT DOESN'T RUN, YOU MUST EDIT THE "127" entry $
# in /etc/tclient.conf to reflect the IP and port of the emulator you are using$
# There is a backup of the original here: /etc/tclient.conf-oztivo$
# Usage: %s [-d] [-h] [-l localport] [-L listenAddr] [-s serverip]$
# [-p serverport]$
emuProxy2 -s 131.244.9.101 &$
$
# Report IP - Handy for those not using DHCP-DNS functionality$
# set dhcp hostname in /etc/dhclient.conf$
# See http://www.isc.org/ for more info on DHCP and BIND$
#report_ipaddress &$
$
# Trickey by Kevin Lentin provides a way to force tivo to $
# run commands by assign remote key sequences. Very Cool!$
# check out /hack/bin/trickey.README$
trickey &[TiVo [p0] /etc/rc.d]#