1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Information Systems Inc., 1983 *
4 " * *
5 " * Copyright c 1972 by Massachusetts Institute of *
6 " * Technology and Honeywell Information Systems, Inc. *
7 " * *
8 " ***********************************************************
9
10 " This segment is the gate for installation procedures that must
11 " reside in the administrative ring and are called from the user
12 " ring.
13
14 " Modified 831014 BIM to add delentry_file, remove obsolete stuff.
15
16 name installation_tools_
17
18 include gate_macros
19
20
21 gate_info installation_tools_
22
23 gate add_acl_entries,ring_1_tools_,add_acl_entries,5
24 gate add_dir_acl_entries,ring_1_tools_,add_dir_acl_entries,5
25 gate chname_file,ring_1_tools_,chname_file,5
26 gate copy_names_,ring_1_tools_,copy_names_,7
27 gate delentry_file,ring_1_tools_,delentry_file,3
28 gate delete_acl_entries,ring_1_tools_,delete_acl_entries,5
29 gate delete_dir_acl_entries,ring_1_tools_,delete_dir_acl_entries,5
30 gate list_acl,ring_1_tools_,list_acl,7
31 gate list_dir_acl,ring_1_tools_,list_dir_acl,7
32 gate move_names_,ring_1_tools_,move_names_,7
33 gate patch_path,ring_1_patch_,pathname,6
34 gate patch_ptr,ring_1_patch_,ptr,4
35 gate replace_acl,ring_1_tools_,replace_acl,6
36 gate replace_dir_acl,ring_1_tools_,replace_dir_acl,6
37 gate set_dir_ring_brackets,ring_1_tools_,set_dir_ring_brackets,4
38 gate set_ring_brackets,ring_1_tools_,set_ring_brackets,4
39 gate set_safety_sw,ring_1_tools_,set_safety_sw,4
40 end