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" ]
|
hostArray = [ "files" "mymachines" ]
|
||||||
++ optionals nssmdns [ "mdns_minimal [!UNAVAIL=return]" ]
|
++ optionals nssmdns [ "mdns_minimal [!UNAVAIL=return]" ]
|
||||||
++ optionals nsswins [ "wins" ]
|
++ optionals nsswins [ "wins" ]
|
||||||
++ optionals resolved ["resolv [!UNAVAIL=return]"]
|
++ optionals resolved ["resolve [!UNAVAIL=return]"]
|
||||||
++ [ "dns" ]
|
++ [ "dns" ]
|
||||||
++ optionals nssmdns [ "mdns" ]
|
++ optionals nssmdns [ "mdns" ]
|
||||||
++ ["myhostname" ];
|
++ ["myhostname" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user