sysutils/datadog-agent: Fix pkg-message UCL

Multiline strings need to use <<EOM ... EOM

Approved by:	portmgr (blanket)
This commit is contained in:
Dan Langille 2021-10-25 21:41:30 +00:00
parent 36c9deeddb
commit a237511ed2

View file

@ -1,22 +1,26 @@
[
{
type: install
message: "The Datadog port has been installed with an example config file, located
message: <<EOM
The Datadog port has been installed with an example config file, located
in %%ETCDIR%%/datadog.yaml.example.
Before starting the daemon, edit %%ETCDIR%%/datadog.yaml and
update "api_key" with DataDog API key
avaliable https://app.datadoghq.com/account/settings#api"
avaliable https://app.datadoghq.com/account/settings#api
EOM
}
{
type: remove
message: "If you want remove DataDog permanently from you system
message: <<EOM
If you want remove DataDog permanently from you system
execute following commands:
# rm -rf %%LOGDIR%%
# rm -rf %%RUNDIR%%
# rm -rf %%ETCDIR%%
# pw userdel %%USER%%"
# pw userdel %%USER%%
EOM
}
]