aboutsummaryrefslogtreecommitdiffstats
path: root/devel/staf/pkg-message
blob: 29416bde882f71accdaff14ae888581d48af473c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ 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
}
]