mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2614c95748
(and missed 3 missed files from previous categories.)
18 lines
313 B
Plaintext
18 lines
313 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|