Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml 24 Feb 2005 13:32:59 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/cvs.xml 4 Jun 2005 23:00:40 -0000 1.4 @@ -72,7 +72,9 @@ Create the user's account. On cvs.openacs.org: sudo bash -/usr/sbin/useradd -c "Real Name" -G cvs,username -p passwd username +/usr/sbin/useradd -c "Real Name" -G cvs -p passwd username +/usr/sbin/usermod -G cvs,username username + Grant cvs access to the user account. On any machine, in a temporary directory: