Diff for /loncom/Attic/lcuseradd between versions 1.42 and 1.43

version 1.42, 2011/10/24 21:30:09 version 1.43, 2013/08/10 01:15:13
Line 319  if (!-e "/home/$safeusername") { Line 319  if (!-e "/home/$safeusername") {
     }      }
 }  }
   
 # ------------------------------ Make final modifications to the user directory  
 # -- Add a construction space  
           
 my $path="/home/httpd/html/priv/".$domain;  
 unless (-e $path) {  
    mkdir($path);  
 }  
 unless (-e $path.'/'.$safeusername) {  
    mkdir($path.'/'.$safeusername);  
 }  
   
   
 # ---------------------------------------------------- Gracefull Apache Restart  # ---------------------------------------------------- Gracefull Apache Restart
 my $pidfile;  my $pidfile;
 if (-e '/var/run/httpd.pid') {  if (-e '/var/run/httpd.pid') {

Removed from v.1.42  
changed lines
  Added in v.1.43


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