PROCEDURE deactivate_ypbind, deactivate_yp_binding, deaypbind, deayb (
  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
    ignore_status: status
    tcp_ip: file = nfd$tcp_ip, $system.tcp_ip
  VAREND

  delete_file :$system.$system.etc.yp.yp_default_domain status=ignore_status
  tcp_ip.onc.command_library.deactivate_onc class='network_file_system' application_name='YPBIND'

PROCEND deactivate_ypbind
