1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/openntpd/pkg-plist
Kirill Ponomarev 9c1166e179 Fix plist.
2004-08-14 17:06:01 +00:00

8 lines
260 B
Plaintext

@comment $FreeBSD$
etc/rc.d/openntpd.sh
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%%