portmap_enable -> rpcbind_enable.

Spotted by:	Andrew Khlebutin <andreyh@perm.ru>
This commit is contained in:
Maxim Konovalov 2003-03-18 14:01:02 +00:00
parent b193011a02
commit 3b8a7d4f4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112376

View File

@ -109,7 +109,7 @@ in the host environment:
.Bd -literal -offset indent
sendmail_enable="NO"
inetd_flags="-wW -a 192.168.11.23"
portmap_enable="NO"
rpcbind_enable="NO"
.Ed
.Pp
.Li 192.168.11.23
@ -191,7 +191,7 @@ to quell startup warnings about missing fstab
.It
Disable the port mapper
.Pa ( /etc/rc.conf :
.Li portmap_enable="NO" )
.Li rpcbind_enable="NO" )
.It
Run
.Xr newaliases 1