Diff for /doc/Attic/adding_a_author.txt between versions 1.3 and 1.5

version 1.3, 2001/06/23 02:35:22 version 1.5, 2001/08/07 14:51:11
Line 4  As root: Line 4  As root:
 # vigr (add www to the horvath group)  # vigr (add www to the horvath group)
 # /etc/rc.d/init.d/httpd restart  # /etc/rc.d/init.d/httpd restart
 <samba>  <samba>
 # cat /etc/passwd | grep horvath  # smbpasswd -a horvath
    (note userid number)  
 # vi /etc/smbpasswd  
    (add another entry use the above userid)  
 # smbpasswd horvath  
 </samba>  </samba>
 # su - horvath  # su - horvath
 > chmod g+x .  > chmod g+x .
 > mkdir public_html  > mkdir public_html
   > chmod g+s public_html
   
 Login as a Domian Coordinator  Login as a Domian Coordinator
 goto /adm/createuser (type in username, click Create, fill in data, select   goto /adm/createuser (type in username, click Create, fill in data, select 

Removed from v.1.3  
changed lines
  Added in v.1.5


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