mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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)
4 lines
229 B
Text
4 lines
229 B
Text
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
|