Merge pull request #1355 from bergware/master

Remove LO from rc.rpc, it is already included (regression)
This commit is contained in:
tom mortensen
2023-06-09 14:08:08 -07:00
committed by GitHub

View File

@@ -195,7 +195,7 @@ check() {
fi
done
# add loopback interface
if [[ "smb nfs ntp rpc" =~ $CALLER ]]; then
if [[ "smb nfs ntp" =~ $CALLER ]]; then
[[ $ipv4 == yes ]] && bind+=(127.0.0.1)
[[ $ipv6 == yes ]] && bind+=(::1)
fi