[BusyBox-cvs] busybox.stable Makefile,1.262,1.263

Erik Andersen andersen at busybox.net
Tue Jul 15 07:05:03 UTC 2003


Update of /var/cvs/busybox.stable
In directory winder:/tmp/cvs-serv31715

Modified Files:
	Makefile 
Log Message:
David Boyes reworked the text for the USE_SYSTEM_PWD_GRP option a bit 
so it actually parses as english.


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox.stable/Makefile,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- Makefile	27 Oct 2002 04:47:54 -0000	1.262
+++ Makefile	15 Jul 2003 07:04:59 -0000	1.263
@@ -39,16 +39,16 @@
 # Leave this set to `false' for production use.
 DODEBUG = false
 
-# Setting this to `true' will cause busybox to directly use the system's
-# password and group functions.  Assuming you use GNU libc, when this is
-# `true', you will need to install the /etc/nsswitch.conf configuration file
-# and the required libnss_* libraries. This generally makes your embedded
-# system quite a bit larger... If you leave this off, busybox will directly use
-# the /etc/password, /etc/group files (and your system will be smaller, and I
-# will get fewer emails asking about how glibc NSS works).  Enabling this adds
-# just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs).
-# Note that if you want hostname resolution to work with glibc, you still need
-# the libnss_* libraries.  
+# Having this variable both defined and 'true' will cause busybox to directly
+# use the system's password and group functions.  Assuming you use GNU libc,
+# you will then need to install the /etc/nsswitch.conf configuration file and
+# the required /lib/libnss_* libraries. This generally makes your embedded
+# system quite a bit larger... If you leave this undefined, busybox will
+# directly use the /etc/password, /etc/group files (and your system will be
+# smaller, and I will get fewer emails asking about how glibc NSS works).
+# Setting USE_SYSTEM_PWD_GRP true adds just 1.4k to the binary size (which is a
+# _lot_ less then glibc NSS costs). Note that if you want hostname resolution
+# to work with glibc, you still need the libnss_* libraries.
 USE_SYSTEM_PWD_GRP = true
 
 # This enables compiling with dmalloc ( http://dmalloc.com/ )




More information about the busybox-cvs mailing list