--- loncom/Attic/lcuseradd	2000/10/27 23:42:33	1.1
+++ loncom/Attic/lcuseradd	2000/10/29 22:07:20	1.2
@@ -12,7 +12,8 @@ use strict;
 # as well as a /home/USERNAME/public_html directory.
 # It adds user entries to
 # /etc/passwd and /etc/groups.
-# Passwords are set with lcpasswd
+# Passwords are set with lcpasswd.
+# www becomes a member of this user group.
 
 # Standard input usage
 # First line is USERNAME
@@ -26,3 +27,9 @@ use strict;
 $ENV{'PATH'}=""; # Nullify path information.
 $ENV{'BASH_ENV'}=""; # Nullify shell environment information.
 
+# Add user entry to /etc/passwd and /etc/groups.
+
+# Set password with lcpasswd (which creates smbpasswd entry).
+
+# www becomes member of this user group
+