From: Michael Tremer Date: Mon, 10 Feb 2014 21:10:49 +0000 (+0100) Subject: glibc: Include getconf in image. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=f444583042c2d4de34be1e4ab9dfc18790e88702 glibc: Include getconf in image. Also include missing getent for ARM. --- diff --git a/config/rootfiles/common/armv5tel/glibc b/config/rootfiles/common/armv5tel/glibc index 28103897c..545386197 100644 --- a/config/rootfiles/common/armv5tel/glibc +++ b/config/rootfiles/common/armv5tel/glibc @@ -48,8 +48,8 @@ sbin/ldconfig #sbin/sln #usr/bin/catchsegv #usr/bin/gencat -#usr/bin/getconf -#usr/bin/getent +usr/bin/getconf +usr/bin/getent #usr/bin/iconv usr/bin/ldd usr/bin/locale diff --git a/config/rootfiles/common/i586/glibc b/config/rootfiles/common/i586/glibc index 5aad2b601..8eb200d93 100644 --- a/config/rootfiles/common/i586/glibc +++ b/config/rootfiles/common/i586/glibc @@ -48,7 +48,7 @@ sbin/ldconfig #sbin/sln #usr/bin/catchsegv #usr/bin/gencat -#usr/bin/getconf +usr/bin/getconf usr/bin/getent #usr/bin/iconv usr/bin/ldd