I have being trying to get the Trickey program to work on V1.5 and can't seem to get it to perform a function following remote key-presses.

In trying to figure this out I note that the rc.sysinit.author file (as I understand it the file that 'starts' the Cron & Trickey applications) has the following entries (this is only a fragment of this file):

#### Start Programs ######

# CCXSTREAM - stream to XBOX
# google for ccxstream or search forums at xboxmediacenter.de
#ccxstream &

# CRON # Edit /hack/etc/crontab
cron &

# 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 &


Shouldn't the line:
"trickey &"
not be:
"/hack/bin/trickey &"?

And similiarly for:
"cron &"?

In other word shouldn't there location be specified?

I'm on a steep learning curve, so it may be obvious!