diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-27 09:40:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-27 09:40:15 +0000 |
commit | fbcf06d2960f8f0959aac71d0fad8d9ab446b439 (patch) | |
tree | d3518bfe5e398abef0ac3fd0af9254cbbfd56808 /docs/busybox_footer.pod | |
parent | 97310d025390e96f34140cff13034fcd2b5da18f (diff) | |
download | busybox-w32-fbcf06d2960f8f0959aac71d0fad8d9ab446b439.tar.gz busybox-w32-fbcf06d2960f8f0959aac71d0fad8d9ab446b439.tar.bz2 busybox-w32-fbcf06d2960f8f0959aac71d0fad8d9ab446b439.zip |
Update docs
Diffstat (limited to 'docs/busybox_footer.pod')
-rw-r--r-- | docs/busybox_footer.pod | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod index d243a92d9..4f1058573 100644 --- a/docs/busybox_footer.pod +++ b/docs/busybox_footer.pod | |||
@@ -1,23 +1,5 @@ | |||
1 | =back | 1 | =back |
2 | 2 | ||
3 | =head1 LIBC NSS | ||
4 | |||
5 | GNU Libc uses the Name Service Switch (NSS) to configure the behavior of the C | ||
6 | library for the local environment, and to configure how it reads system data, | ||
7 | such as passwords and group information. BusyBox has made it Policy that it | ||
8 | will never use NSS, and will never use and libc calls that make use of NSS. | ||
9 | This allows you to run an embedded system without the need for installing an | ||
10 | /etc/nsswitch.conf file and without and /lib/libnss_* libraries installed. | ||
11 | |||
12 | If you are using a system that is using a remote LDAP server for authentication | ||
13 | via GNU libc NSS, and you want to use BusyBox, then you will need to adjust the | ||
14 | BusyBox source. Chances are though, that if you have enough space to install | ||
15 | of that stuff on your system, then you probably want the full GNU utilities. | ||
16 | |||
17 | =head1 SEE ALSO | ||
18 | |||
19 | textutils(1), shellutils(1), etc... | ||
20 | |||
21 | =head1 MAINTAINER | 3 | =head1 MAINTAINER |
22 | 4 | ||
23 | Erik Andersen <andersen@codepoet.org> | 5 | Erik Andersen <andersen@codepoet.org> |
@@ -173,4 +155,4 @@ Glenn Engel <glenne@engel.org> | |||
173 | 155 | ||
174 | =cut | 156 | =cut |
175 | 157 | ||
176 | # $Id: busybox_footer.pod,v 1.13 2004/03/13 08:32:14 andersen Exp $ | 158 | # $Id: busybox_footer.pod,v 1.14 2004/03/27 09:40:15 andersen Exp $ |