commit 813bda092193136423d27ef3c41aa1b26199ab4f Author: David Fifield david@bamsoftware.com Date: Sat Nov 16 23:39:27 2013 -0800
portmap seems to be rpcbind now.
# apt-get remove portmap Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'rpcbind' instead of 'portmap' --- facilitator/doc/facilitator-howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/facilitator/doc/facilitator-howto.txt b/facilitator/doc/facilitator-howto.txt index a5cadb6..17e1bf5 100644 --- a/facilitator/doc/facilitator-howto.txt +++ b/facilitator/doc/facilitator-howto.txt @@ -44,7 +44,7 @@ Install some essential packages and configure a firewall. APT::Install-Recommends "0"; APT::Install-Suggests "0"; EOF - # apt-get remove portmap + # apt-get remove rpcbind # apt-get update # apt-get upgrade # apt-get install shorewall shorewall6
tor-commits@lists.torproject.org