2000-06-22 03:18:37 +02:00
|
|
|
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
|
1999-11-14 04:28:56 +01:00
|
|
|
etc/healthd.conf.sample
|
2000-06-22 03:18:37 +02:00
|
|
|
@exec if [ ! -f %D/etc/healthd.conf ]; then cp -p %D/%F %B/healthd.conf; fi
|
2002-07-25 13:25:34 +02:00
|
|
|
@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
|
2003-12-05 22:53:13 +01:00
|
|
|
etc/rc.d/healthd.sh
|
2001-01-16 20:08:45 +01:00
|
|
|
%%PORTDOCS%%share/doc/healthd/README
|
|
|
|
%%PORTDOCS%%share/doc/healthd/PROTOCOL
|
|
|
|
%%PORTDOCS%%@dirrm share/doc/healthd
|