1 03/05/85 rename_proj
 2 
 3 Syntax as a command:  rename_proj Project_id1 Project_id2
 4    {new_project_alias}
 5 
 6 
 7 Function:  is used to rename a project.  It changes the project's name
 8 in the SAT and installs it; it renames the system copy of the project's
 9 PDT and changes the project name stored in that PDT; and it renames the
10 project directory.  If the project is not delegated, it renames and
11 edits the PMF and replaces it in the pmf.archive segment, deleting the
12 copy with the old name from the archive.
13 
14 Note, the system administrator must set access on the segments
15 contained in the renamed project directory so that users on the renamed
16 project have access to them.
17 
18 
19 Arguments:
20 Project_id1
21    is the Project_id of the project whose name is to be changed.
22 Project_id2
23    is the new Project_id of the project.
24 new_project_alias
25    is the new project alias, if it is to be changed.  If this argument
26    is omitted, the old project alias, if any, is unchanged.
27 
28 
29 Notes:  To change the default project for users now on project AAA, the
30 system administrator can use the chdf_proj command (once for each
31 user).  If the accounting administrator does not change the users'
32 default projects, users with users' default projects AAA can change the
33 default project to BBB when they log in (by using the
34 -change_default_project control argument to the login command).