From: Andres S. <di...@us...> - 2005-02-11 19:34:57
|
Update of /cvsroot/tuxaator/tuxaator/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23749/scripts Modified Files: kernel.sh Log Message: set $LOCATION to the value suitable for freki Index: kernel.sh =================================================================== RCS file: /cvsroot/tuxaator/tuxaator/scripts/kernel.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kernel.sh 5 Oct 2001 22:54:28 -0000 1.2 --- kernel.sh 11 Feb 2005 19:34:45 -0000 1.3 *************** *** 2,6 **** # $Header$ # replace this with the directory where you installed the bot ! LOCATION="/where/you/installed/the/bot" # if your finger program is someplace else, put that path here --- 2,6 ---- # $Header$ # replace this with the directory where you installed the bot ! LOCATION="/home/tux/tuxaator" # if your finger program is someplace else, put that path here |