From: miljenko Date: Fri, 14 Sep 2007 07:46:58 +0000 (+0000) Subject: In FreeBSD 7 portmap is replaced with rpcbind. X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=998b5af2eaeb189e0ebc26bf8528970a7ff9d78b;p=imunes.git In FreeBSD 7 portmap is replaced with rpcbind. Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- diff --git a/host.tcl b/host.tcl index e6ac8ce..c438969 100755 --- a/host.tcl +++ b/host.tcl @@ -1,4 +1,4 @@ -# $Id: host.tcl,v 1.15 2007/07/19 01:17:05 marko Exp $ +# $Id: host.tcl,v 1.16 2007/09/14 07:46:58 miljenko Exp $ # # Copyright 2005 University of Zagreb, Croatia. All rights reserved. # @@ -107,7 +107,7 @@ proc $MODULE.cfggen { node } { lappend cfg "route -q add -inet6 $statrte" } - lappend cfg "portmap" + lappend cfg "rpcbind" lappend cfg "inetd" return $cfg