summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/nis/files
Commit message (Collapse)AuthorAgeFilesLines
* ypbind-mt: set path of ypdomainname in ypbind scriptJian Liu2015-11-301-5/+6
| | | | | | | | | | | The script ypbind will cause error if using ypdomainname command provided by busybox. So add RDEPENDCY on yp-tools and change the path of ypdomainname. Signed-off-by: Jian Liu <jian.liu@windriver.com> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ypbind-mt: add status command for initscriptZhu Yanjun2015-09-111-0/+7
| | | | | | | | | | Add the "status" command in initscript to check the status of ypbind. remove ypbind-yocto.init as ypbind.init, which is the initscript, make its name similar to other recipes Signed-off-by: Zhu Yanjun <yanjun.zhu@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ypbind: remove bashisms from initscriptJoe MacDonald2015-07-301-3/+3
| | | | | | | | Remove three very minor bashisms, all about redirecting stdout/stderr. The initscript identifies as /bin/sh, this change ensures that the script should work with a non-bash /bin/sh as well. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* nis: update yp-tools and ypbindJoe MacDonald2015-02-272-28/+0
| | | | | | | | | | | Both yp-tools and ypbind-mt were out of date with their latest released versions, so bump them up to current. Remove two dead patches at the same time and reorganize the recipes to better follow the preferred OE style. Finally, the new release includes a new version of the GPLv2 COPYING file, with a significant amount of whitespace fixes, so update the license checksum. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* nis: Import recipes from OE classicKhem Raj2013-01-083-0/+127
Update to latest versions while at it Signed-off-by: Khem Raj <raj.khem@gmail.com>