From 867bdcbb07ee885494ac3e466c72bd4f6f5d8c66 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 10 May 2023 14:49:36 +0000 Subject: dns/noip: fix the port's installation instructions (pkg-message) - Do not hardcode the prefix, use appropriate %%-substitutions - Reindent commands and files and convert UTF-8 quotes to ASCII --- dns/noip/files/pkg-message.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'dns') diff --git a/dns/noip/files/pkg-message.in b/dns/noip/files/pkg-message.in index 1b8c40373b8e..9d1d890a3f95 100644 --- a/dns/noip/files/pkg-message.in +++ b/dns/noip/files/pkg-message.in @@ -4,11 +4,11 @@ You must have a registered host with No-IP (www.noip.com) to use the noip Dynamic DNS Update Client (DUC). -You must also create the noip config file -/usr/local/etc/no-ip2.conf before using noip. To create the +You must also create the noip configuration file +%%PREFIX%%/etc/no-ip2.conf before using noip. To create the configuration file, run as root: -/usr/local/bin/noip2 -C + %%PREFIX%%/bin/noip2 -C You will be prompted to enter the Ethernet port that will be associated with the host, your No-IP account name and @@ -18,17 +18,17 @@ config file contains a unique key for the DUC to access the No-IP DDNS service and only root has read permission. If you are compiling from source using the ports tree, you -can also “make conf” to create the config file. +can also "make conf" to create the configuration file. To run noip automatically at boot, add the following line -to /etc/rc.conf +to /etc/rc.conf: -noip_enable="YES" + noip_enable="YES" Refer to the following for more information: -/usr/local/bin/noip2 --help -/usr/local/share/doc/noip/README.FIRST + %%PREFIX%%/bin/noip2 --help + %%DOCSDIR%%/README.FIRST EOM } ] -- cgit v1.2.3