freebsd-ports/sysutils/healthd/pkg-plist

9 lines
322 B
Text
Raw Normal View History

bin/healthdc
sbin/healthd
@unexec if cmp -s %D/etc/healthd.conf %D/etc/healthd.conf.sample; then rm -f %D/etc/healthd.conf; fi
etc/healthd.conf.sample
@exec if [ ! -f %D/etc/healthd.conf ]; then cp -p %D/%F %B/healthd.conf; fi
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/PROTOCOL
%%PORTDOCS%%@dirrm %%DOCSDIR%%