diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | nscd.pkg/files | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,7 @@ install-libc: build-libc [ "x${OPK_HOST_ARCH_KERNEL}" = 'xlinux' ] && \ rm -f dest/usr/lib/*/pt_chown cp ../nsswitch.conf dest/etc + cp src/libc/nscd/nscd.conf dest/etc rm -f dest/etc/ld.so.cache install-locales: build-locales diff --git a/nscd.pkg/files b/nscd.pkg/files index 0966ae0..70b738f 100644 --- a/nscd.pkg/files +++ b/nscd.pkg/files @@ -1 +1,2 @@ +/etc/nscd.conf /usr/sbin/nscd |