Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21816
Modified Files:
motion
Log Message:
Move motion from /sbin to /usr/sbin. Patch by Roland Pabel
Index: motion
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/motion,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- motion 1 Mar 2004 23:20:21 -0000 1.1
+++ motion 14 Jul 2004 12:44:46 -0000 1.2
@@ -54,7 +54,7 @@
copy_man $WORKDIR/tmp || exit 1
cp -dp $WORKDIR/tmp/etc/* $ETCDIR/etc || exit 1
- copy_files $WORKDIR/tmp/usr/sbin $CDDIR/ || exit 1
+ copy_files $WORKDIR/tmp/usr/sbin $CDDIR/usr/ || exit 1
cp -dp $MYDIR/scripts/motion $ETCDIR/etc/init.d/ || exit 1
rm -rf $WORKDIR/tmp || exit 1
|