diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-04-16 20:52:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-04-16 20:52:01 +0000 |
commit | 7cb6ef7982877402222b6d43b5b27645c59ce3f5 (patch) | |
tree | 2dbbbd1e3f3971cb85beec12800e5515554cb83c | |
parent | fc4cb4dbb5e208139d3b7f81d00694212524ab5d (diff) | |
download | busybox-w32-7cb6ef7982877402222b6d43b5b27645c59ce3f5.tar.gz busybox-w32-7cb6ef7982877402222b6d43b5b27645c59ce3f5.tar.bz2 busybox-w32-7cb6ef7982877402222b6d43b5b27645c59ce3f5.zip |
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
-rw-r--r-- | debian/config-net-udeb | 2 | ||||
-rw-r--r-- | debian/config-net-udeb-i386 | 2 | ||||
-rw-r--r-- | debian/config-udeb | 2 | ||||
-rw-r--r-- | debian/config-udeb-i386 | 2 |
4 files changed, 4 insertions, 4 deletions
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 | |||
181 | # | 181 | # |
182 | # Login/Password Management Utilities | 182 | # Login/Password Management Utilities |
183 | # | 183 | # |
184 | # CONFIG_USE_BB_PWD_GRP is not set | 184 | CONFIG_USE_BB_PWD_GRP=y |
185 | # CONFIG_ADDGROUP is not set | 185 | # CONFIG_ADDGROUP is not set |
186 | # CONFIG_DELGROUP is not set | 186 | # CONFIG_DELGROUP is not set |
187 | # CONFIG_ADDUSER is not set | 187 | # 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 | |||
181 | # | 181 | # |
182 | # Login/Password Management Utilities | 182 | # Login/Password Management Utilities |
183 | # | 183 | # |
184 | # CONFIG_USE_BB_PWD_GRP is not set | 184 | CONFIG_USE_BB_PWD_GRP=y |
185 | # CONFIG_ADDGROUP is not set | 185 | # CONFIG_ADDGROUP is not set |
186 | # CONFIG_DELGROUP is not set | 186 | # CONFIG_DELGROUP is not set |
187 | # CONFIG_ADDUSER is not set | 187 | # 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 | |||
213 | # | 213 | # |
214 | # Login/Password Management Utilities | 214 | # Login/Password Management Utilities |
215 | # | 215 | # |
216 | # CONFIG_USE_BB_PWD_GRP is not set | 216 | CONFIG_USE_BB_PWD_GRP=y |
217 | # CONFIG_ADDGROUP is not set | 217 | # CONFIG_ADDGROUP is not set |
218 | # CONFIG_DELGROUP is not set | 218 | # CONFIG_DELGROUP is not set |
219 | # CONFIG_ADDUSER is not set | 219 | # 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 | |||
213 | # | 213 | # |
214 | # Login/Password Management Utilities | 214 | # Login/Password Management Utilities |
215 | # | 215 | # |
216 | # CONFIG_USE_BB_PWD_GRP is not set | 216 | CONFIG_USE_BB_PWD_GRP=y |
217 | # CONFIG_ADDGROUP is not set | 217 | # CONFIG_ADDGROUP is not set |
218 | # CONFIG_DELGROUP is not set | 218 | # CONFIG_DELGROUP is not set |
219 | # CONFIG_ADDUSER is not set | 219 | # CONFIG_ADDUSER is not set |