mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
I missed the single_mountd_enable in rc.network.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
This commit is contained in:
parent
5b572aec21
commit
eabdfedb1e
1 changed files with 1 additions and 1 deletions
|
|
@ -694,7 +694,7 @@ network_pass3() {
|
|||
fi
|
||||
;;
|
||||
*)
|
||||
case ${single_mountd_enable} in
|
||||
case ${mountd_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
if [ -r /etc/exports ]; then
|
||||
echo -n ' mountd'
|
||||
|
|
|
|||
Loading…
Reference in a new issue