--- loncom/Attic/lcuseradd 2000/10/30 02:57:47 1.11 +++ loncom/Attic/lcuseradd 2000/10/30 03:08:28 1.12 @@ -214,9 +214,9 @@ $<=$wwwid; # unfool the program # Make final modifications to the user directory. # Add a public_html file with a stand-in index.html file. -system('/bin/chmod','-R','0640',"/home/$safeusername"); -system('/bin/chmod','0750',"/home/$safeusername"); -mkdir "/home/$safeusername/public_html",0750; +system('/bin/chmod','-R','0660',"/home/$safeusername"); +system('/bin/chmod','0770',"/home/$safeusername"); +mkdir "/home/$safeusername/public_html",0770; open OUT,">/home/$safeusername/public_html/index.html"; print OUT<