openbsd-ports/net/ptpd/pkg/MESSAGE

7 lines
170 B
Plaintext
Raw Normal View History

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