PROCEDURE deactivate_nlm, deanlm (
  status)

"   This procedure is under NOS/VE code control because it resides
"   on osf$builtin_library.  The NLM products are under CDCNET
"   code control.  To minimize the number of times a mod is required
"   to both NOS/VE and CDCNET the deactivate procs call deactivate_onc
"   passing all the parameters required data.  The deactivate_onc resides on
"   onc.command_library which is under CDCNET code control.

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

  tcp_ip.onc.command_library.deactivate_onc class='portmap_pcnfs' application_name='LOCKD'
  tcp_ip.onc.command_library.deactivate_onc class='portmap_pcnfs' application_name='STATD'

PROCEND deactivate_nlm
