diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-14 01:49:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-14 01:49:10 +0000 |
commit | bdc8db9685374c6e71ca89a194c0cfcf97503d69 (patch) | |
tree | 05d71d55146cae68c2ae3e0d23e7cffe94f40e11 | |
parent | 741f2c9898d4f398ddb2f1d8f33e97f0eedd676b (diff) | |
download | busybox-w32-bdc8db9685374c6e71ca89a194c0cfcf97503d69.tar.gz busybox-w32-bdc8db9685374c6e71ca89a194c0cfcf97503d69.tar.bz2 busybox-w32-bdc8db9685374c6e71ca89a194c0cfcf97503d69.zip |
Use the system passwd and group stuff by default
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ DODEBUG = false | |||
50 | # I will get fewer emails asking about how glibc NSS works). Enabling this adds | 50 | # I will get fewer emails asking about how glibc NSS works). Enabling this adds |
51 | # just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs), | 51 | # just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs), |
52 | # Most people will want to leave this set to false. | 52 | # Most people will want to leave this set to false. |
53 | USE_SYSTEM_PWD_GRP = false | 53 | USE_SYSTEM_PWD_GRP = true |
54 | 54 | ||
55 | # This enables compiling with dmalloc ( http://dmalloc.com/ ) | 55 | # This enables compiling with dmalloc ( http://dmalloc.com/ ) |
56 | # which is an excellent public domain mem leak and malloc problem | 56 | # which is an excellent public domain mem leak and malloc problem |