freebsd-ports/net/qadsl/files/pkg-message.in
Mathieu Arnold 2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00

23 lines
553 B
Text

[
{ 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
}
]