nsswitch: fix typo specifying nss-resolve module

this had the effect of not being able to load nss-resolve
and falling back to dns module in all cases.
This commit is contained in:
Florian Jacob 2017-06-29 15:32:47 +02:00
parent 07dc20e436
commit 63fa3e7c62

View File

@ -15,7 +15,7 @@ let
hostArray = [ "files" "mymachines" ]
++ optionals nssmdns [ "mdns_minimal [!UNAVAIL=return]" ]
++ optionals nsswins [ "wins" ]
++ optionals resolved ["resolv [!UNAVAIL=return]"]
++ optionals resolved ["resolve [!UNAVAIL=return]"]
++ [ "dns" ]
++ optionals nssmdns [ "mdns" ]
++ ["myhostname" ];