
" This is the NETWORK_ACTIVATION_EPILOG file.  It is stored in the catalog
" $SYSTEM.PROLOGS_AND_EPILOGS.  This file will be run every time the
" network is activated.
"
" 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 activate network file
" access, the network initializer, network logging and the network clock.

" NOTE: Any changes made in this file may necessitate changes in the
"       NETWORK_DEACTIVATION_PROLOG.

  activate_network_file_access
  activate_network_initializer
  activate_network_log
  activate_network_clock     "Only one network clock command per network."

