diff options
Diffstat (limited to 'package/motion/patches/patch-motion_init-Debian')
-rw-r--r-- | package/motion/patches/patch-motion_init-Debian | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/motion/patches/patch-motion_init-Debian b/package/motion/patches/patch-motion_init-Debian new file mode 100644 index 000000000..18f9ef1a3 --- /dev/null +++ b/package/motion/patches/patch-motion_init-Debian @@ -0,0 +1,11 @@ +--- motion-4.0.orig/motion.init-Debian 2011-09-18 22:49:29.000000000 +0200 ++++ motion-4.0/motion.init-Debian 2012-07-25 14:54:50.000000000 +0200 +@@ -6,7 +6,7 @@ + + NAME=motion + PATH=/bin:/usr/bin:/sbin:/usr/sbin +-DAEMON=/usr/local/bin/motion ++DAEMON=/usr/bin/motion + PIDFILE=/var/run/motion/$NAME.pid + + |