diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-01 18:06:34 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-01 18:06:34 (EDT) |
commit | c6b7c8e3da21761c55f966385238635cf1cf77c4 (patch) | |
tree | b33630f436850c96fcc401a21ef42e787b975bf0 | |
parent | 0b71b8a2cb24bd9f9a941da80fb8463d0092660e (diff) |
nscd: Add /etc/nscd.conf.
-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 |