It's in the "ypserv" package. Why do you want it on a client?
Paul.
Hi All,
I don't know, was only following the tutorial,
Start The NIS Client Related Daemons
Start the ypbind NIS client, yppasswd, and portmap daemons in the
/etc/init.d directory and use the chkconfig command to ensure they start
after the next reboot. Remember to use the rpcinfo command to ensure
they are running correctly.
[root@smallfry tmp]# /service portmap start/
Starting portmapper: [ OK ]
[root@smallfry tmp]# /service ypbind start/
Binding to the NIS domain:
Listening for an NIS domain server.
[root@smallfry tmp]# /service yppasswdd start/
Starting YP passwd service: [ OK ]
[root@smallfry tmp]#
[root@smallfry tmp]# /chkconfig ypbind on/
[root@smallfry tmp]# /chkconfig portmap on/
[root@smallfry tmp]# /chkconfig yppasswdd on
/
Cheers.
Mark Sargent