From 66ff8434575d6f12b1d7ca893d22df1a55ff84e3 Mon Sep 17 00:00:00 2001 From: GP Orcullo Date: Thu, 31 Aug 2017 17:14:32 +0800 Subject: testing/motion: Updated to version 4.0.1 with ffmpeg - updated to the latest release - re-enabled ffmpeg support - switched to openrc init - used /var/lib/motion for storage - disabled cpu optimization --- testing/motion/motion.pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/motion/motion.pre-install') diff --git a/testing/motion/motion.pre-install b/testing/motion/motion.pre-install index de22bc1913..f18364eafe 100644 --- a/testing/motion/motion.pre-install +++ b/testing/motion/motion.pre-install @@ -1,7 +1,7 @@ #!/bin/sh addgroup -S motion 2>/dev/null -adduser -S -D -h /home/motion -s /bin/false -G motion -g motion motion 2>/dev/null +adduser -S -D -h /var/lib/motion -s /bin/false -G motion -g motion motion 2>/dev/null addgroup motion video 2>/dev/null exit 0 -- cgit v1.2.3