freebsd-ports/sysutils/healthd/pkg-plist
James E. Housley fa2be3aa76 Conditionally install/uninstall etc/rc.d/healthd.sh
Bump PORTREVISION

PR:		40109
Submitted by:	Ying-Chieh Liao <ijliao@FreeBSD.org>
2002-07-25 11:25:34 +00:00

11 lines
561 B
Text

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
@unexec if cmp -s %D/etc/rc.d/healthd.sh %D/etc/rc.d/healthd.sh.sample; then rm -f %D/etc/rc.d/healthd.sh; fi
etc/rc.d/healthd.sh.sample
@exec if [ ! -f %D/etc/rc.d/healthd.sh ]; then cp -p %D/%F %B/healthd.rc.sample; fi
%%PORTDOCS%%share/doc/healthd/README
%%PORTDOCS%%share/doc/healthd/PROTOCOL
%%PORTDOCS%%@dirrm share/doc/healthd