1.0;cmacct (compare_account_file), revision 1.0, 85/05/15 CMACCT (COMPARE_ACCOUNT_FILE) -- Compare account files. usage: CMACCT rgy1_path rgy2_path FORMAT CMACCT rgy1_path rgy2_path CMACCT compares two different network registries' accounts. Accounts that appear in both registries and are associated with different home directories and/or passwords are reported. Use EDACCT to resolve these account collisions. CMACCT is for use in a DOMAIN/BRIDGE Internet. For complete information on comparing network registries, see Managing DOMAIN Internets. ARGUMENTS rgy1_path (required) Specify the pathname of a registry file to be compared. The pathname may be the master registry file (//node/REGISTRY/RGY_MASTER), a node's copy of the master registry file (//node/REGISTRY/REGISTRY), or simply a node entry directory (//node). If the pathname is a node entry directory, the //node/REGISTRY/REGISTRY file is used. rgy2_path (required) Specify the other registry file to be compared. EXAMPLES The following commands compare the account files in two different registries, delete the account that is assoicated with different home directories from one of the registries, and then compare the account files again to check that there are no more collisions. $ cmacct //alpha/registry/rgy_master //beta/registry/rgy_master Account user.none.none has different home directories: / //guest/user 1 account collision $ edacct -r //alpha/registry/rgy_master => d user none none user none none / OK to delete this account? (Y/N/Quit): y Current entry is: smith none r_d //martha/smith => wr $ cmacct //alpha/registry/rgy_master //beta/registry/rgy_master No account collisions $