mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
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
|
|
}
|
|
]
|