Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v diff -u -r1.15.2.5 -r1.15.2.6 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 15 Dec 2003 14:18:48 -0000 1.15.2.5 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 15 Dec 2003 14:29:16 -0000 1.15.2.6 @@ -164,14 +164,14 @@ service0:~$ su - Password: ************ -root:~# adduser service0 dba +[root ~]# adduser service0 dba If you get an error about an undefined group, then add that group manually: -root:~# groupadd dba -root:~# groupadd web +[root ~]# groupadd dba +[root ~]# groupadd web Make sure to logout as root when you are finished with this step and log back in as @@ -233,10 +233,10 @@ SVRMGR> exit service0:~$ su - Password: ************ -root:~# mkdir -p /ora8/m02/oradata/ora8/ -root:~# chown service0.web /ora8/m02/oradata/ora8 -root:~# chmod 775 /ora8/m02/oradata/ora8 -root:~# exit +[root ~]# mkdir -p /ora8/m02/oradata/ora8/ +[root ~]# chown service0.web /ora8/m02/oradata/ora8 +[root ~]# chmod 775 /ora8/m02/oradata/ora8 +[root ~]# exit service0:~$