mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 10:13:20 -04:00
portmap_enable -> rpcbind_enable.
Spotted by: Andrew Khlebutin <andreyh@perm.ru>
This commit is contained in:
parent
b193011a02
commit
3b8a7d4f4f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue