freebsd-ports/net/openntpd/pkg-plist
Christian Weisgerber 602021dfd9 Use new style of startup script install.
PR:		116772
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2007-10-02 17:06:05 +00:00

6 lines
239 B
Text

@comment $FreeBSD$
sbin/ntpd
@unexec if cmp -s %D/etc/ntpd.conf %D/%%EXAMPLESDIR%%/ntpd.conf; then rm -f %D/etc/ntpd.conf; fi
%%EXAMPLESDIR%%/ntpd.conf
@exec if [ ! -f %D/etc/ntpd.conf ]; then cp -p %D/%F %D/etc; fi
@dirrm %%EXAMPLESDIR%%