1 :Info: update_links.ec:  1985-01-20  update_links.ec
 2 
 3 Syntax as a command:  ec update_links DIR_LIST {RESULT_DIR}
 4 
 5 
 6 Function:
 7 An exec_com which updates links to version 1 Forum meetings so that
 8 they point to version 2 meetings for a list of directories.
 9 
10 
11 Arguments:
12 DIR_LIST
13    Specifies the name of a file containing pathnames of directories
14    containing links to version 1 Forum meetings.  This should be a
15    file created by the forum_find_v1 exec_com.
16 RESULT_DIR
17    Specifies the directory where the resulting files will be placed.
18    See "Notes" for a description of the output of this exec_com.
19    If this argument is not specified, the files are placed in the
20    working dir.
21 
22 
23 Notes:
24 The following output file is created:
25 
26 UPDATE_ERRORS: This is a list of any errors encountered.  Each message
27 in this file is associated with the pathname off the directory where
28 links were being updated.  There may be more than one message per
29 directory.
30 
31 
32 :hcom:
33 
34 
35 
36 /****^  HISTORY COMMENTS:
37   1) change(2020-05-19,GDixon), approve(2021-02-22,MCR10088),
38      audit(2021-05-27,Swenson), install(2021-05-27,MR12.6g-0056):
39      Fix info seg format errors reported by verify_info.
40                                                    END HISTORY COMMENTS */
41 
42 
43