Line 0
Link Here
|
|
|
1 |
[ |
2 |
{ |
3 |
type: upgrade, |
4 |
maximum_version: 3, |
5 |
message: <<EOM |
6 |
InspIRCd v3 has many configuration changes that are not backwards |
7 |
compatible with InspIRCd v2. Please review |
8 |
https://docs.inspircd.org/3/configuration-changes/ and update your |
9 |
configuration files accrdingly. |
10 |
EOM |
11 |
} |
12 |
{ |
13 |
type: remove, |
14 |
message: <<EOM |
15 |
To completely remove %%PORTNAME%%, you may wish to remove its |
16 |
configuration, database and log directories: |
17 |
|
18 |
# rm -rf %%ETCDIR%% \\ |
19 |
%%INSPIRCD_DBDIR%% \\ |
20 |
%%INSPIRCD_LOGDIR%% \\ |
21 |
%%INSPIRCD_RUNDIR%% |
22 |
|
23 |
To remove the %%INSPIRCD_USER%% user and the %%INSPIRCD_GROUP%% group, run: |
24 |
|
25 |
# pw groupdel %%INSPIRCD_GROUP%% |
26 |
# pw userdel %%INSPIRCD_USER%% |
27 |
EOM |
28 |
} |
29 |
] |