aboutsummaryrefslogtreecommitdiffstats
path: root/irc/inspircd/files/pkg-message.in
blob: 27224df24b7d6b4d49fa537e42628795ce11f849 (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
[
{
  type: upgrade,
  maximum_version: 3,
  message: <<EOM
InspIRCd v3 has many configuration changes that are not backwards
compatible with InspIRCd v2. Please review
https://docs.inspircd.org/3/configuration-changes/ and update your
configuration files accrdingly.
EOM
}
{
  type: remove,
  message: <<EOM
To completely remove %%PORTNAME%%, you may wish to remove its
configuration, database and log directories:

    # rm -rf %%ETCDIR%% \\
        %%INSPIRCD_DBDIR%% \\
        %%INSPIRCD_LOGDIR%% \\
        %%INSPIRCD_RUNDIR%%

To remove the %%INSPIRCD_USER%% user and the %%INSPIRCD_GROUP%% group, run:

    # pw groupdel %%INSPIRCD_GROUP%%
    # pw userdel %%INSPIRCD_USER%%
EOM
}
]