1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/pvm
Dmitry Sivachenko 4b59ba05e4 Define the -DSHAREDTMP option, since this allows one to simulate
clusters of pvm machines with jail(8).

Basically, do this:

        ifconfig lo0 10.0.0.1 netmask 255.255.255.255 alias
        ifconfig lo0 10.0.0.2 netmask 255.255.255.255 alias
        ifconfig lo0 10.0.0.3 netmask 255.255.255.255 alias
        ...
        echo "10.0.0.1 ten-1" >> /etc/hosts
        echo "10.0.0.2 ten-2" >> /etc/hosts
        echo "10.0.0.3 ten-3" >> /etc/hosts
        ...
        jail / ten-1 10.0.0.1 /usr/libexec/inetd
        jail / ten-1 10.0.0.2 /usr/libexec/inetd
        jail / ten-1 10.0.0.3 /usr/libexec/inetd

Tada!  now you have three PVM enabled computers on your laptop :-)

Submitted by:	phk
2001-12-19 19:13:53 +00:00
..
files Define the -DSHAREDTMP option, since this allows one to simulate 2001-12-19 19:13:53 +00:00
distinfo Chase the checksum (docs updated, a code syntax error fixed and prototypes 2000-04-30 02:39:25 +00:00
Makefile Define the -DSHAREDTMP option, since this allows one to simulate 2001-12-19 19:13:53 +00:00
pkg-comment
pkg-descr
pkg-plist Update to 3.4.3. This is not a downgrade. The update is needed for the 2000-03-29 21:24:08 +00:00