packaging: disable nscd support 84/125784/1 accepted/tizen/4.0/base/20170811.092851 accepted/tizen/base/20170421.042237 submit/tizen_4.0_base/20170811.071500 submit/tizen_base/20170420.094812 tizen_4.0.m1_release
authorDongkyun, Son <dongkyun.s@samsung.com>
Wed, 19 Apr 2017 00:37:00 +0000 (09:37 +0900)
committerDongkyun, Son <dongkyun.s@samsung.com>
Wed, 19 Apr 2017 00:53:07 +0000 (09:53 +0900)
/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 <dongkyun.s@samsung.com>
packaging/shadow-utils.spec

index 80e741f..eb5a551 100755 (executable)
@@ -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