1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
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

7 lines
239 B
Plaintext

@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%%