b4ee4e602f
PR: 124757 Submitted by: Angel Carpintero <ack@telefonica.net> Reported by: ionbot
5 lines
203 B
Text
5 lines
203 B
Text
bin/motion
|
|
@unexec if cmp -s %D/etc/motion.conf %D/etc/motion.conf.sample; then rm -f %D/etc/motion.conf; fi
|
|
etc/motion.conf.sample
|
|
@exec [ -f %B/motion.conf ] || cp %B/%f %B/motion.conf
|
|
etc/rc.d/motion
|