aboutsummaryrefslogtreecommitdiff
path: root/security/doorman/files/pkg-message.in
blob: 3fd8127443fe514e3804d826cf71a150fe3e2432 (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 configure Doorman, please edit the files guestlist and doormand.cf found in
%%PREFIX%%/etc/doormand.  Documentation can be found using:

	$ man guestlist
	$ man doormand.cf

or by visiting the Doorman website at http://doorman.sourceforge.net.

The doormand daemon will *not* be started automatically. To allow it
to start, put this line in /etc/rc.conf:

doorman_enable="YES"
EOM
}
]