mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
56bb3b7dd2
- No longer BROKEN on ZFS Version 6 - ${CP} sample to real configuration file if latter does not exist PR: ports/146554 Submitted by: Boris Kochergin <spawk@acm.poly.edu> (maintainer) Approved by: wxs@ (mentor)
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
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
|