1e8805ff6d
PR: 19427 Submitted by: MAINTAINER
7 lines
247 B
Plaintext
7 lines
247 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
|