forked from Lainports/freebsd-ports
17 lines
313 B
Text
17 lines
313 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Please add
|
|
|
|
ntpd_program="%%PREFIX%%/sbin/ntpd"
|
|
ntpdate_program="%%PREFIX%%/sbin/ntpdate"
|
|
|
|
to your /etc/rc.conf or run
|
|
|
|
sysrc ntpd_program="%%PREFIX%%/sbin/ntpd"
|
|
sysrc ntpdate_program="%%PREFIX%%/sbin/ntpdate"
|
|
|
|
to enable ntp from ports/packages instead of base ntp.
|
|
EOM
|
|
}
|
|
]
|