Diff for /loncom/build/add_domain_coordinator_privilege.pl between versions 1.6 and 1.7

version 1.6, 2011/03/28 21:15:25 version 1.7, 2011/05/29 17:54:21
Line 233  $domrolesref->{$domkey}= &LONCAPA::escap Line 233  $domrolesref->{$domkey}= &LONCAPA::escap
   
 system('/bin/chown',"www:www","$dompath/nohist_domainroles.db"); # Must be writeable by httpd process.  system('/bin/chown',"www:www","$dompath/nohist_domainroles.db"); # Must be writeable by httpd process.
 system('/bin/chown',"www:www","$dompath/nohist_domainroles.db.lock");  system('/bin/chown',"www:www","$dompath/nohist_domainroles.db.lock");
 exit;  
   
 =pod  =pod
   
Line 247  by going to http://MACHINENAME/adm/creat Line 246  by going to http://MACHINENAME/adm/creat
 # Output success message, and inform sysadmin about how to further proceed.  # Output success message, and inform sysadmin about how to further proceed.
 print(&mt('[_1] is now a domain coordinator for [_2].',$username,$add_domain).  print(&mt('[_1] is now a domain coordinator for [_2].',$username,$add_domain).
       "\n");        "\n");
   exit;
   

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>