From 9d0c8979390868a2913fc8830a9f62a45174746b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 7 May 2012 00:01:27 +0000 Subject: Mon May 7 00:01:27 UTC 2012 --- community/motion/PKGBUILD | 8 ++++---- community/motion/rc.motion | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'community/motion') diff --git a/community/motion/PKGBUILD b/community/motion/PKGBUILD index cfe4261d1..55b4fd07f 100644 --- a/community/motion/PKGBUILD +++ b/community/motion/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 67264 2012-03-06 01:23:37Z spupykin $ +# $Id: PKGBUILD 70406 2012-05-05 14:52:58Z spupykin $ # Maintainer: Sergej Pupykin pkgname=motion pkgver=3.2.12 -pkgrel=3 +pkgrel=4 pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams" arch=('i686' 'x86_64') license=('GPL') @@ -16,11 +16,11 @@ source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz ffmpeg-0.8.patch linux-headers.patch) md5sums=('1ba0065ed50509aaffb171594c689f46' - '77be944e4466ab66836d50ea216af3b6' + '2e8c53c4980edddd420f08fdd572c9be' 'd36687710837d69fbce4608b1345fa34' 'd8c3c4fdded5cfbd729710475559a21d') sha1sums=('dc59b36e45e7626baa65ce62c961af918fea76bd' - 'e092b0d880d0169feb56ed1e8a3c95729a7896f7' + '47536a115d4df7497f6e6c616b76ea98e3372e29' '6912448db0711f85322505ee6f8052f8f98ae634' '6f33dab895ae398cc5e7017cbf5dc5d728f3ca9e') diff --git a/community/motion/rc.motion b/community/motion/rc.motion index b6057744a..5b4c65500 100755 --- a/community/motion/rc.motion +++ b/community/motion/rc.motion @@ -8,7 +8,7 @@ case "$1" in start) stat_busy "Starting Motion" mkdir -p /var/run/motion - [ -z "$PID" ] && /usr/bin/motion + [ -z "$PID" ] && /usr/bin/motion 1>/dev/null 2>&1 if [ $? -gt 0 ]; then stat_fail else -- cgit v1.2.3-54-g00ecf