freebsd-ports/net/pvm/files/pkg-message.in
Mathieu Arnold 2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00

11 lines
379 B
Text

[
{ type: install
message: <<EOM
You have to set PVM_ROOT=%%PREFIX%%/lib/pvm environment variable on all machines
which you are planning to use for distributed computing. The best way to set
this variable on system-wide basis is to add "PVM_ROOT=%%PREFIX%%/lib/pvm" into
appropriate section of your /etc/login.conf file. You also have to enable
rshd on those machines.
EOM
}
]