From a89356549259e1d2b8cdb9591606619da8a67203 Mon Sep 17 00:00:00 2001 From: "Dongkyun, Son" Date: Wed, 19 Apr 2017 09:37:00 +0900 Subject: [PATCH] packaging: disable nscd support /sbin/nscd is not exist as nscd is not configured from libc. This change will remove superfluous message "Failed to flush the nscd cache". Change-Id: Id825b8c322ded789049fa5ef2bd188e3ddefaa91 Signed-off-by: Dongkyun, Son --- packaging/shadow-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/shadow-utils.spec b/packaging/shadow-utils.spec index 80e741f..eb5a551 100755 --- a/packaging/shadow-utils.spec +++ b/packaging/shadow-utils.spec @@ -82,7 +82,7 @@ to supply user debugging tool for system %build cp %{SOURCE1001} . -%configure --without-libcrack --without-audit --mandir=/usr/share/man --without-libpam --without-selinux --enable-shadowgrp --disable-man --disable-account-tools-setuid --with-group-name-max-length=32 --disable-nls +%configure --without-libcrack --without-audit --mandir=/usr/share/man --without-libpam --without-selinux --enable-shadowgrp --disable-man --disable-account-tools-setuid --with-group-name-max-length=32 --disable-nls --with-nscd=no make -- 2.7.4