summaryrefslogtreecommitdiff
path: root/net/ntp/files/pkg-message.in
blob: 9180167e386c1beb7ccc56c32e98d678540c9e4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ 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
}
]