From: TJ S. <cas...@us...> - 2010-04-08 23:00:03
|
Update of /cvsroot/pdd/www.proftpd.org/docs/howto In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10499 Modified Files: CreateHome.html Log Message: Typo. Index: CreateHome.html =================================================================== RCS file: /cvsroot/pdd/www.proftpd.org/docs/howto/CreateHome.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** CreateHome.html 5 Jan 2010 16:58:45 -0000 1.2 --- CreateHome.html 8 Apr 2010 22:59:54 -0000 1.3 *************** *** 100,105 **** <p> The <code>uid</code> and <code>gid</code> parameters can be used to set the ! ownership of the newly created parent directories, up to be <b>not</b> ! including the home directory. By default, those created parent directories are owned by root (UID 0 and GID 0). --- 100,105 ---- <p> The <code>uid</code> and <code>gid</code> parameters can be used to set the ! ownership of the newly created parent directories, up to <b>but not ! including</b> the home directory. By default, those created parent directories are owned by root (UID 0 and GID 0). |