1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/sysutils/healthd/pkg-plist
James E. Housley 97e6ae70a3 Mikhail Teterin <mi@aldan.algebra.com> in PR 22258 showed me a more
elegant way to modify plist for NOPORTSDOC
2000-10-24 01:37:14 +00:00

10 lines
354 B
Plaintext

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
etc/rc.d/healthd.sh
%%HDDOCS%%share/doc/healthd/README
%%HDDOCS%%share/doc/healthd/PROTOCOL
%%HDDOCS%%@dirrm share/doc/healthd