freebsd-ports/devel/staf/pkg-message
2019-08-13 16:01:59 +00:00

17 lines
323 B
Text

[
{ type: install
message: <<EOM
STAFProc requires machine's hostname to be resolvable.
If you haven't already, please add the following to /etc/hosts:
<IPv6 machine address or ::1> <hostname>
<IPv4 machine address or 127.0.0.1> <hostname>
To verify do the following:
ping6 $(hostname)
ping $(hostname)
EOM
}
]