blob: 95318307db5b5161cda20af7acbb0d701e2c761c (
plain) (
blame)
1
2
3
4
|
sbin/geomWatch
@unexec if cmp -s %D/etc/geomWatch.conf.sample %D/etc/geomWatch.conf; then rm -f %D/etc/geomWatch.conf; fi
etc/geomWatch.conf.sample
@exec if [ ! -f %D/etc/geomWatch.conf ] ; then cp -p %D/%F %B/geomWatch.conf; fi
|