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
|
2009-07-15 09:14:00 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/PROTOCOL
|
|
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|