forked from Lainports/freebsd-ports
17 lines
323 B
Text
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
|
|
}
|
|
]
|