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:
parent
07dc20e436
commit
63fa3e7c62
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user