changed installation message

This commit is contained in:
Renè Thümmler 2019-09-08 11:14:48 +02:00
parent 638cd4b407
commit cbd4b174bb

View File

@ -1,13 +1,18 @@
[
{
message: <<EOM
please inspect and customize isso.conf in ${ETCDIR}
please inspect and customize isso.conf. To run as a service you should add
isso_enable="YES" to your rc.conf. You can also change if needed:
isso_bin="/usr/local/bin/isso"
isso_config="/usr/local/etc/isso.conf"
isso_user="www"
EOM
}
{
type: remove
message: <<EOM
you might want to remove isso.conf in ${ETCDIR} if present.
you might want to remove isso.conf if present.
EOM
}
]