blob: 0d039f8a68fbae71339f91197692af16515a5d50 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
[
{ type: install
message: <<EOM
ddns configuration files were installed in the following directory:
%%ETCDIR%%
Before starting the server or the client you need to perform the
following steps:
1) Copy the appropriate sample configuration file as follows:
cp %%ETCDIR%%/ddns_server.conf.sample %%ETCDIR%%/ddns_server.conf
or
cp %%ETCDIR%%/ddns_client.conf.sample %%ETCDIR%%/ddns_client.conf
2) Edit ddns's configuration file to suit your needs:
$EDITOR %%ETCDIR%%/ddns_server.conf
or
$EDITOR %%ETCDIR%%/ddns_client.conf
3) Add the following line to your rc.conf:
ddns_server_enable="YES"
or
ddns_client_enable="YES"
Then you can start a ddns daemon by issuing the following command:
%%PREFIX%%/etc/rc.d/ddns_server start
or
%%PREFIX%%/etc/rc.d/ddns_client start
EOM
}
]
|