1 /* ***********************************************************
 2    *                                                         *
 3    * Copyright, (C) Honeywell Information Systems Inc., 1984 *
 4    *                                                         *
 5    *********************************************************** */
 6 
 7           /*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * */
 8           /*                                                                                        */
 9           /* volume_reloader.ct - This is the available command list for the Person_id Volume_Reloader. */
10           /*                                                                                        */
11           /* 0) Created: October 1984 by Greg Texada                                                */
12           /*                                                                                        */
13           /*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * */
14 
15           /* Always use the search rules to find these commands*/
16 
17 
18 display_volume_log:           display_volume_log;
19 
20 (exec_com ec):                exec_com;
21 
22 (help h):                     help;
23 
24 (home_dir hd):                home_dir;
25 
26 logout:                       logout;
27 
28 merge_volume_log:             merge_volume_log;
29 
30 recover_volume_log:           recover_volume_log;
31 
32 reload_volume:                reload_volume;
33 
34 end_reload_volume:            end_reload_volume;
35 
36 system:                       system;
37 
38 user:                         user;
39 
40 verify_dump_volume:           verify_dump_volume;