diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-07 16:54:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-07 16:54:10 +0000 |
commit | 0c35b6ada2e17e6e4e26f8ab8aa5eac54dd8a372 (patch) | |
tree | 71c3e4aba51fbe2aec972ad5a7072d0f3e022fd9 | |
parent | 060a925277aefd5367a76112c45205d3370e0a4a (diff) |
Upgraded ypbind-mt to 1.19
-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" |