aboutsummaryrefslogtreecommitdiff
path: root/dns/mydns/files/pkg-message.in
blob: 9b2c8280f262793e29fa799947e2267f23c0833c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ type: install
  message: <<EOM
To get MyDNS working you will need to do some configuration, first you
will need to create %%PREFIX%%/etc/mydns.conf based on the
installed sample file. Following that you will need to setup your
database tables, you can use the output of

 %%PREFIX%%/sbin/mydns --create-tables

as a template. Finally enable MyDNS by adding

 mydns_enable="YES"

into your rc.conf.
EOM
}
]