aboutsummaryrefslogtreecommitdiff
path: root/games/mangband/files/pkg-message.in
blob: 3553b9dfca2e37eaeafcd0cca4a6312b45c03999 (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
==============================================================================

MAngband has been installed.

The following mangclient directories could be copied to a user-writable
location:

    %%DATADIR%%/user
    %%DATADIR%%/xtra


To provide a path for those directories ~/.mangrc should be used.
Please copy example mangrc to your home directory and adjust it

    su user

    cp %%EXAMPLESDIR%%/mangrc ~/.mangrc

You could manually change Permissions with:

    /bin/chmod 644 ~/.mangrc

    exit

To run mangband server as an unpriviliged user, such user must be added
to the games group. For example:

    pw usermod <user> -G games

==============================================================================