diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-09 13:34:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 13:34:15 +0000 |
commit | cb3a0cd64987084fa719eebca83b38c879ecd224 (patch) | |
tree | f029dccbad8bb07f09a2b37a063a9c355c653db5 /packages/nis/ypbind-mt_1.19.bb | |
parent | 41e77f2c7cd9d275311ff5f7d54aff3d50d8830b (diff) | |
parent | f16b7c8f5bfe23e1341158bbb14f74235c36a45c (diff) |
merge of 20102c595555b6f10738ef4a8f639e4f90345415
and 841f6095e2634754c040515b151d9b5e84e3dcb8
Diffstat (limited to 'packages/nis/ypbind-mt_1.19.bb')
-rw-r--r-- | packages/nis/ypbind-mt_1.19.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/nis/ypbind-mt_1.19.bb b/packages/nis/ypbind-mt_1.19.bb new file mode 100644 index 0000000000..e58daa6670 --- /dev/null +++ b/packages/nis/ypbind-mt_1.19.bb @@ -0,0 +1,21 @@ +# This package builds the NIS ypbind daemon +# The source package is utils/net/NIS/ypbind-mt +# +PR = "r0" +DESCRIPTION="\ +Multithreaded NIS bind service (ypbind-mt). \ +ypbind-mt is a complete new implementation of a NIS \ +binding daemon for Linux. It has the following \ +features. Supports ypbind protocol V1 and V2. \ +Uses threads for better response. Supports multiple \ +domain bindings. Supports /var/yp/binding/* file \ +for Linux libc 4/5 and glibc 2.x. Supports a list \ +of known secure NIS server (/etc/yp.conf) Binds to \ +the server which answered as first." +HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" + +include nis.inc + +# ypbind-mt now provides all the functionality of ypbind +# and is used in place of it. +PROVIDES += "ypbind" |