]> git.entuzijast.net Git - imunes.git/commitdiff
In FreeBSD 7 portmap is replaced with rpcbind.
authormiljenko <miljenko>
Fri, 14 Sep 2007 07:46:58 +0000 (07:46 +0000)
committermiljenko <miljenko>
Fri, 14 Sep 2007 07:46:58 +0000 (07:46 +0000)
Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

host.tcl

index e6ac8ce00aad7c3299f6dd13e8e20a593277a74c..c438969241df6ca84fb4d806240bc23f177d2e74 100755 (executable)
--- 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