BackOnTrack
Handy Tracker and Deskbar Relauncher
Copyright © 1999 Tyler Riti and Fly By Night Productions

Detailed Installation Steps

  1. Locate the proper binary for your system in the tome folder. The Intel binary is in the obj.x86 folder and the PowerPC one is in the obj.ppc folder.
  2. Move the binary to your ~/home/config/bin folder.
  3. Add the following to your UserBootscript:
    # -- START BackOnTrack -- DO NOT ALTER THIS LINE --
    if [ -e /boot/home/config/bin/BackOnTrack ] ; then
    	/boot/home/config/bin/BackOnTrack &
    fi
    # --  END  BackOnTrack -- DO NOT ALTER THIS LINE --
    NOTE: The content inside the start/end tags doesn't matter but the format of the start/end tags must match the above exactly.
  4. Add the following to your UserShutdownScript:
    # -- START BackOnTrack -- DO NOT ALTER THIS LINE --
    if [ -e /boot/home/config/bin/BackOnTrack ] ; then
    	/boot/home/config/bin/BackOnTrack --quit
    fi
    # --  END  BackOnTrack -- DO NOT ALTER THIS LINE --
  5. There is no step five.

Fly By Night Productions