Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / nis / ypbind-mt_1.19.bb
1 # This package builds the NIS ypbind daemon
2 # The source package is utils/net/NIS/ypbind-mt
3 #
4 PR = "r0"
5 DESCRIPTION="\
6 Multithreaded NIS bind service (ypbind-mt).  \
7 ypbind-mt is a complete new implementation of a NIS \
8 binding daemon for Linux. It has the following \
9 features.  Supports ypbind protocol V1 and V2.  \
10 Uses threads for better response.  Supports multiple \
11 domain bindings.  Supports /var/yp/binding/* file \
12 for Linux libc 4/5 and glibc 2.x.  Supports a list \
13 of known secure NIS server (/etc/yp.conf) Binds to \
14 the server which answered as first."
15 HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html"
16
17 require nis.inc
18
19 # ypbind-mt now provides all the functionality of ypbind
20 # and is used in place of it.
21 PROVIDES += "ypbind"