mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
test-functions: read /usr/etc/nsswitch.conf if /etc/nsswitch.conf does not exist (#16195)
See this for more info why and since when this change is needed: https://build.opensuse.org/request/show/807179.
This commit is contained in:
parent
2edc494216
commit
9e1732924d
@ -935,7 +935,7 @@ install_config_files() {
|
||||
inst /etc/login.defs
|
||||
inst /etc/group
|
||||
inst /etc/shells
|
||||
inst /etc/nsswitch.conf
|
||||
inst_any /etc/nsswitch.conf /usr/etc/nsswitch.conf
|
||||
inst /etc/pam.conf || :
|
||||
inst /etc/os-release
|
||||
inst /etc/localtime
|
||||
|
Loading…
Reference in New Issue
Block a user