summaryrefslogtreecommitdiff
path: root/irc/minbif/files/pkg-message.in
blob: 8bb89018232bc27cf8e6c23d042fd9dae2690e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
{ type: install
  message: <<EOM
To configure minbif, do the following:

Copy %%PREFIX%%/etc/minbif/minbif.conf-dist
  to %%PREFIX%%/etc/minbif/minbif.conf,
Copy %%PREFIX%%/etc/minbif/minbif.motd-dist
  to %%PREFIX%%/etc/minbif/minbif.motd
and modify them to suit your needs.

Please make sure to create the users-directory as defined in
minbif.conf (default /var/lib/minbif/users) before you first start
minbif.

To launch the minbif daemon, add the following line to /etc/rc.conf:

minbif_enable="YES"
EOM
}
]