From: Bruce S. <bl...@us...> - 2004-08-02 17:40:36
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20971/scripts/scripts Modified Files: motion Log Message: change directory to /etc so motion can find it's config file. Index: motion =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/motion,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- motion 1 Mar 2004 23:20:23 -0000 1.1 +++ motion 2 Aug 2004 17:40:26 -0000 1.2 @@ -44,6 +44,8 @@ exit 1 fi +cd /etc + case "$1" in start) for MODULE in $MOTION_MODULES |