1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/dns/inadyn/files/patch-readme.html
Edwin Groothuis 4734415889 Follow up of ports/115699 to make the port more PREFIX friendly
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
2007-09-12 21:20:29 +00:00

40 lines
1.6 KiB
HTML

diff -Naur readme.html.orig readme.html
--- readme.html.orig 2007-08-21 18:43:09.000000000 +0000
+++ readme.html 2007-08-21 18:43:22.000000000 +0000
@@ -195,7 +195,7 @@
mode, with configuration read from file of an address from
freedns.afraid.org </span><br>
Config file (can be placed anywhere, but in linux is convenient in
-default location: /etc/inadyn.conf<br>
+default location: %%PREFIX%%/etc/inadyn.conf<br>
Content of cfg file:<br>
--update_period 60000 <br>
--alias test.homeip.net,hash_for_host1 <br>
@@ -204,7 +204,7 @@
rights, more secure)
<br>
Launching of inadyn does not need any params. It looks for
-/etc/inadyn.config
+%%PREFIX%%/etc/inadyn.config
<br>
<br>
<span style="font-weight: bold;">4. Freedns update in console </span><br>
@@ -230,7 +230,7 @@
can be present in the
command line from a configuration file. This feature allows the user to
write the options only once, and avoids frequent retyping.<br>
-<i>Default configuration file</i> is /etc/inadyn.conf under Unix
+<i>Default configuration file</i> is %%PREFIX%%/etc/inadyn.conf under Unix
systems. <br>
The location of the config file can be given ot inadyn via --input_file
option <br>
@@ -314,7 +314,7 @@
input file name that
contains
inadyn command options (adds to those already present in the cmd line).
-The default configuration file name is '/etc/inadyn.conf'. It is only
+The default configuration file name is '%%PREFIX%%/etc/inadyn.conf'. It is only
used if inadyn is called without any command line options. This allows
inadyn to be called without any arguments. The format is as expected
for a **NIX config&nbsp; file. See below for details.<br>