From: Bruce S. <bl...@us...> - 2004-11-29 01:34:19
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24263/scripts/scripts Modified Files: Tag: rel-1-2-patches motion Log Message: Fixed init script. The current directory has to be the same as where the motion config file resides or the stupid program can't find it. Index: motion =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/motion,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -d -r1.1 -r1.1.2.1 --- motion 1 Mar 2004 23:20:23 -0000 1.1 +++ motion 29 Nov 2004 01:34:08 -0000 1.1.2.1 @@ -44,6 +44,8 @@ exit 1 fi +cd /etc + case "$1" in start) for MODULE in $MOTION_MODULES |