diff options
Diffstat (limited to 'recipes/nis/yp-tools_2.9.bb')
-rw-r--r-- | recipes/nis/yp-tools_2.9.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/nis/yp-tools_2.9.bb b/recipes/nis/yp-tools_2.9.bb new file mode 100644 index 0000000000..ddf7ed2c8d --- /dev/null +++ b/recipes/nis/yp-tools_2.9.bb @@ -0,0 +1,11 @@ +# This package builds tools to manage NIS +# The source package is utils/net/NIS/yp-tools +# +PR = "r0" +DESCRIPTION="\ +Network Information Service tools. \ +This package contains ypcat, ypmatch, ypset, \ +ypwhich, yppasswd, domainname, nisdomainname \ +and ypdomainname." + +require nis.inc |