
" This is the NETWORK_DEACTIVATION_PROLOG file.  It is stored in the catalog
" $SYSTEM.PROLOGS_AND_EPILOGS.  This file will be run every time the
" network is deactivated.
"
" Execution of this file occurs inside a procedure with a WHEN handler so
" that every command in this file will be attempted, regardless of errors.
" In addition you have the status variables IGNORE_STATUS and LOCAL_STATUS
" available to you.
"
" This file is released containing commands to deactivate network file
" access, the network initializer, network logging and the network clock.

  deactivate_network_file_access
  deactivate_network_initializer
  deactivate_network_log
  deactivate_network_clock
