b30475c7e0
- Enable support for PWCBSD-based Webcams - Install rc-script PR: ports/123808 Submitted by: Angel Carpintero <ack (AT) telefonica.net>
11 lines
375 B
Text
11 lines
375 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
|
|
%%EXAMPLESDIR%%/motion-dist.conf
|
|
%%EXAMPLESDIR%%/thread1.conf
|
|
%%EXAMPLESDIR%%/thread2.conf
|
|
%%EXAMPLESDIR%%/thread3.conf
|
|
%%EXAMPLESDIR%%/thread4.conf
|
|
@dirrm %%EXAMPLESDIR%%
|