freebsd-ports/sysutils/geomWatch/pkg-plist
Sahil Tandon 56bb3b7dd2 - Update to 1.2.1
- 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)
2010-05-17 01:54:37 +00:00

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