Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml,v
diff -u -r1.17.2.4 -r1.17.2.5
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 9 Dec 2003 09:54:05 -0000 1.17.2.4
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 15 Dec 2003 13:17:07 -0000 1.17.2.5
@@ -208,13 +208,13 @@
This is text that you will
see and type in a command shell, including text you may have to
change. It is followed by a list of just the commands,
- which you can copy and paste.
+ which you can copy and paste. The command prompt varies by system; in the examples we use the form[nsadmin aolserver]$, where nsadmin is the current user and aolserver is the current directory. The root prompt is shown ending in # and all other prompts in $.
-[root@localhost root]# su - nsadmin
-[nsadmin@localhost aolserver]$ svc -d /service/server1
-[nsadmin@localhost aolserver]$ dropdb server1
+[root root]# su - nsadmin
+[nsadmin aolserver]$ svc -d /service/server1
+[nsadmin aolserver]$ dropdb server1
DROP DATABASE
-[nsadmin@localhost aolserver]$ createdb server1
+[nsadmin aolserver]$ createdb server1
CREATE DATABASE
su - nsadmin
svc -d /service/server1