blob: cfef1e31ee309da9e27f7d4ce3d36c03f7372cb3 (
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
|
[
{ type: install
message: <<EOM
A sample configuration file has been copied to
%%PREFIX%%/etc/qadsl.conf.sample.
qadsl (GNU Alive) will NOT work
without a valid %%PREFIX%%/etc/qadsl.conf.
EOM
}
{ type: upgrade
maximum_version: 1.3.3
message: <<EOM
===> COMPATIBILITY NOTE:
Configuration file from qadsl 1.2 and below
are not compatible with qadsl 1.3.3 or after.
Make sure to edit your configuration properly.
===> BE CAREFULL HOW TO BOOT on 1.3.3 or after:
To run qadsl from startup, add qadsl_enable="YES"
in your /etc/rc.conf.
EOM
}
]
|