diff options
Diffstat (limited to 'package/motion/patches/patch-motion_init-FreeBSD_sh')
-rw-r--r-- | package/motion/patches/patch-motion_init-FreeBSD_sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/motion/patches/patch-motion_init-FreeBSD_sh b/package/motion/patches/patch-motion_init-FreeBSD_sh new file mode 100644 index 000000000..64a47fe11 --- /dev/null +++ b/package/motion/patches/patch-motion_init-FreeBSD_sh @@ -0,0 +1,11 @@ +--- motion-4.0.orig/motion.init-FreeBSD.sh 2011-09-18 22:49:29.000000000 +0200 ++++ motion-4.0/motion.init-FreeBSD.sh 2012-07-25 14:54:50.000000000 +0200 +@@ -18,7 +18,7 @@ motion_enable="${motion_enable-NO}" + name="motion" + rcvar=`set_rcvar` + +-command="/usr/local/bin/${name}" ++command="/usr/bin/${name}" + pidfile="/var/run/${name}.pid" + required_files="/usr/local/etc/${name}.conf" + |