mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b4ee4e602f
PR: 124757 Submitted by: Angel Carpintero <ack@telefonica.net> Reported by: ionbot
6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
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
|