diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-07-15 14:07:59 -0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:28:04 +0200 |
commit | 7569e8ef8686abf9dbbcc93271ac6643fadabaf6 (patch) | |
tree | c731a563bf80a9a515be61805ff0058508a20094 | |
parent | 67b3e4446534553968262ec9e4b62dba47272f0d (diff) | |
download | upstream-7569e8ef8686abf9dbbcc93271ac6643fadabaf6.tar.gz upstream-7569e8ef8686abf9dbbcc93271ac6643fadabaf6.tar.bz2 upstream-7569e8ef8686abf9dbbcc93271ac6643fadabaf6.zip |
libs/toolchain: remove eglibc remnant file
This removes package/libs/toolchain/eglibc-files/etc/nsswitch.conf.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit c47eff0df3270199a69552587355834e57d6b782)
-rw-r--r-- | package/libs/toolchain/eglibc-files/etc/nsswitch.conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/libs/toolchain/eglibc-files/etc/nsswitch.conf b/package/libs/toolchain/eglibc-files/etc/nsswitch.conf deleted file mode 100644 index 981c425da6..0000000000 --- a/package/libs/toolchain/eglibc-files/etc/nsswitch.conf +++ /dev/null @@ -1,13 +0,0 @@ -passwd:files -shadow:files -group:files -hosts:dns files -bootparams:files -ethers:files -netmasks:files -networks:files -protocols:files -rpc:files -services:files -automount:files -aliases:files |