aboutsummaryrefslogtreecommitdiffstats
path: root/dns/knot2/files/pkg-message.in
blob: 35557a5d1898aee7b4b7cb7072bfe61d666b92ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
######################################################################

  To start using Knot DNS, you should complete the following tasks:

    cp %%ETCDIR%%/knot.conf.sample %%ETCDIR%%/knot.conf
    $EDITOR %%ETCDIR%%/knot.conf
    sysrc knot_enable=YES
    sysrc knot_config=%%ETCDIR%%/knot.conf
    service knot start

  Traditional (pre-FreeBSD 9.2) method, for last three commands:

    echo knot_enable=\"YES\" >> /etc/rc.conf
    echo knot_config=\"%%PREFIX%%/etc/knot/knot.conf\" >> /etc/rc.conf
    %%PREFIX%%/etc/rc.d/knot start

######################################################################