--- loncom/Attic/lcuseradd 2011/10/24 21:30:09 1.42 +++ loncom/Attic/lcuseradd 2013/08/10 01:15:13 1.43 @@ -6,7 +6,7 @@ # with adding a user with filesystem privileges (e.g. author) # # -# $Id: lcuseradd,v 1.42 2011/10/24 21:30:09 www Exp $ +# $Id: lcuseradd,v 1.43 2013/08/10 01:15:13 raeburn Exp $ ### ############################################################################### @@ -319,18 +319,6 @@ 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 my $pidfile; if (-e '/var/run/httpd.pid') {