From: Eric Andersen Date: Wed, 16 Apr 2003 20:52:01 +0000 (-0000) Subject: enable CONFIG_USE_BB_PWD_GRP for the debian installer, X-Git-Tag: 1_00_pre1~116 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7cb6ef7982877402222b6d43b5b27645c59ce3f5;p=oweals%2Fbusybox.git enable CONFIG_USE_BB_PWD_GRP for the debian installer, to prevent glibc from trying and failing to use NSS junk that is not present. -Erik --- diff --git a/debian/config-net-udeb b/debian/config-net-udeb index 157846bd1..0a7990cf5 100644 --- a/debian/config-net-udeb +++ b/debian/config-net-udeb @@ -181,7 +181,7 @@ CONFIG_REBOOT=y # # Login/Password Management Utilities # -# CONFIG_USE_BB_PWD_GRP is not set +CONFIG_USE_BB_PWD_GRP=y # CONFIG_ADDGROUP is not set # CONFIG_DELGROUP is not set # CONFIG_ADDUSER is not set diff --git a/debian/config-net-udeb-i386 b/debian/config-net-udeb-i386 index 923f61485..15c9b3f1e 100644 --- a/debian/config-net-udeb-i386 +++ b/debian/config-net-udeb-i386 @@ -181,7 +181,7 @@ CONFIG_REBOOT=y # # Login/Password Management Utilities # -# CONFIG_USE_BB_PWD_GRP is not set +CONFIG_USE_BB_PWD_GRP=y # CONFIG_ADDGROUP is not set # CONFIG_DELGROUP is not set # CONFIG_ADDUSER is not set diff --git a/debian/config-udeb b/debian/config-udeb index 0d42f4317..2799d4b35 100644 --- a/debian/config-udeb +++ b/debian/config-udeb @@ -213,7 +213,7 @@ CONFIG_REBOOT=y # # Login/Password Management Utilities # -# CONFIG_USE_BB_PWD_GRP is not set +CONFIG_USE_BB_PWD_GRP=y # CONFIG_ADDGROUP is not set # CONFIG_DELGROUP is not set # CONFIG_ADDUSER is not set diff --git a/debian/config-udeb-i386 b/debian/config-udeb-i386 index 8861395f8..0f2188a1a 100644 --- a/debian/config-udeb-i386 +++ b/debian/config-udeb-i386 @@ -213,7 +213,7 @@ CONFIG_REBOOT=y # # Login/Password Management Utilities # -# CONFIG_USE_BB_PWD_GRP is not set +CONFIG_USE_BB_PWD_GRP=y # CONFIG_ADDGROUP is not set # CONFIG_DELGROUP is not set # CONFIG_ADDUSER is not set