PROCEDURE deactivate_yppasswdd, deactivate_yp_passwd_daemon, deaypd (
  status)

"   This procedure is on the OS source_library  because it resides
"   on osf$builtin_library.  The ONC products are on the NFS source
"   library.  To minimize the number of times a mod is required
"   to both source libraries the deactivate procs call deactivate_onc
"   passing all the parameters required data.  The deactivate_onc resides on
"   onc.command_library which is under NFS code control.

  VAR
    tcp_ip: file = nfd$tcp_ip, $system.tcp_ip
  VAREND

  tcp_ip.onc.command_library.deactivate_onc class='network_file_system' application_name='YPPASSWDD'

PROCEND deactivate_yppasswdd
