diff options
author | Cy Schubert <cy@FreeBSD.org> | 2018-09-03 02:52:34 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2018-09-03 02:52:34 +0000 |
commit | db1b38fc85e6e95d6a75548a70eb7ad87865ec90 (patch) | |
tree | 9d1ef0b3ad40a9bb59db722cf3a3a827d1d59b03 /net/ntp/files | |
parent | * Updated to 3.3.1 (diff) |
Fix a typo.
Reported by: Herbert J. Skuhra <herbert@gojira.at>
MFH: 2018Q3
Notes
Notes:
svn path=/head/; revision=478840
Diffstat (limited to 'net/ntp/files')
-rw-r--r-- | net/ntp/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntp/files/pkg-message.in b/net/ntp/files/pkg-message.in index 6d72a6bd979a..9798b4e781b5 100644 --- a/net/ntp/files/pkg-message.in +++ b/net/ntp/files/pkg-message.in @@ -1,7 +1,7 @@ Please add ntpd_program="%%PREFIX%%/sbin/ntpd" - ntpddate_program="%%PREFIX%%/sbin/ntpdate" + ntpdate_program="%%PREFIX%%/sbin/ntpdate" to your /etc/rc.conf to enable ntp from ports/packages instead of base ntp. |