openbsd-ports/net/ptpd/pkg/MESSAGE
naddy 093998e9e2 Import ptpd 1.0.0
The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as
defined by the IEEE 1588 standard. PTP was developed to provide very
precise time coordination of LAN connected computers.

with ckuethe@
2009-01-20 19:05:23 +00:00

7 lines
170 B
Plaintext

In order to start ptpd at boot time, add the following lines to
/etc/rc.local:
if [ -x ${PREFIX}/sbin/ptpd ]; then
echo -n ' ptpd'; ${PREFIX}/sbin/ptpd
fi