summaryrefslogtreecommitdiff
path: root/dns/inadyn/files/patch-examples_README.md
blob: 21e801df3efa0b098eebfdafa0b5aa6a526f445e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- examples/README.md.orig	2019-10-21 13:57:28 UTC
+++ examples/README.md
@@ -1,4 +1,4 @@
-Example /etc/inadyn.conf files
+Example %%PREFIX%%/etc/inadyn.conf files
 ==============================
 
 This directory holds a few example configuration files for common
@@ -11,16 +11,16 @@ https://gitub.com/troglobit/inadyn
 Usage
 -----
 
-Simply copy the desired example to /etc/inadyn.conf, edit it with
+Simply copy the desired example to %%PREFIX%%/etc/inadyn.conf, edit it with
 your hostname, username, and password and then start Inadyn.
 
 
 Example
 -------
 
-    user@example:~$ sudo cp freedns.conf /etc/inadyn.conf
-    user@example:~$ sudo chmod 600 /etc/inadyn.conf
-    user@example:~$ sudo vim /etc/inadyn.conf
+    user@example:~$ sudo cp freedns.conf %%PREFIX%%/etc/inadyn.conf
+    user@example:~$ sudo chmod 600 %%PREFIX%%/etc/inadyn.conf
+    user@example:~$ sudo vim %%PREFIX%%/etc/inadyn.conf
     [Change username, password and hostname]
     user@example:~$ sudo inadyn
     user@example:~$