[BusyBox-cvs] busybox/debian config-net-udeb,1.1,1.2 config-net-udeb-i386,1.1,1.2 config-udeb,1.11,1.12 config-udeb-i386,1.1,1.2
Erik Andersen
andersen at codepoet.org
Wed Apr 16 20:52:05 UTC 2003
Update of /var/cvs/busybox/debian
In directory winder:/tmp/cvs-serv8491
Modified Files:
config-net-udeb config-net-udeb-i386 config-udeb
config-udeb-i386
Log Message:
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
Index: config-net-udeb
===================================================================
RCS file: /var/cvs/busybox/debian/config-net-udeb,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config-net-udeb 6 Apr 2003 03:39:24 -0000 1.1
+++ config-net-udeb 16 Apr 2003 20:52:00 -0000 1.2
@@ -181,7 +181,7 @@
#
# 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
Index: config-net-udeb-i386
===================================================================
RCS file: /var/cvs/busybox/debian/config-net-udeb-i386,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config-net-udeb-i386 6 Apr 2003 15:35:52 -0000 1.1
+++ config-net-udeb-i386 16 Apr 2003 20:52:01 -0000 1.2
@@ -181,7 +181,7 @@
#
# 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
Index: config-udeb
===================================================================
RCS file: /var/cvs/busybox/debian/config-udeb,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- config-udeb 6 Apr 2003 15:35:52 -0000 1.11
+++ config-udeb 16 Apr 2003 20:52:01 -0000 1.12
@@ -213,7 +213,7 @@
#
# 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
Index: config-udeb-i386
===================================================================
RCS file: /var/cvs/busybox/debian/config-udeb-i386,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config-udeb-i386 6 Apr 2003 15:35:52 -0000 1.1
+++ config-udeb-i386 16 Apr 2003 20:52:01 -0000 1.2
@@ -213,7 +213,7 @@
#
# 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
More information about the busybox-cvs
mailing list