Index: openacs-4/packages/acs-core-docs/www/files/create-new-catalog.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/create-new-catalog.sh,v diff -u -r1.1 -r1.1.22.1 --- openacs-4/packages/acs-core-docs/www/files/create-new-catalog.sh 26 May 2004 07:56:57 -0000 1.1 +++ openacs-4/packages/acs-core-docs/www/files/create-new-catalog.sh 11 Jul 2019 06:55:49 -0000 1.1.22.1 @@ -12,13 +12,13 @@ # sh ../bin/create-new-catalog.sh from new # where from, new is the language id you copy and create # -# eg. ../bin/create-new-catalog.sh es_ES es_GT +# e.g. ../bin/create-new-catalog.sh es_ES es_GT if [ $# -ne 2 ]; then echo "" echo " USAGE: sh ../bin/create-new-catalog.sh from new " - echo " eg. sh ../bin/create-new-catalog.sh es_ES es_GT" + echo " e.g. sh ../bin/create-new-catalog.sh es_ES es_GT" echo "" exit 1 Index: openacs-4/packages/acs-core-docs/www/files/dbstart.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/dbstart.txt,v diff -u -r1.3 -r1.3.26.1 --- openacs-4/packages/acs-core-docs/www/files/dbstart.txt 28 Apr 2003 04:02:44 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/files/dbstart.txt 11 Jul 2019 06:55:49 -0000 1.3.26.1 @@ -25,7 +25,7 @@ esac # -# Loop for every entry in oratab file and and try to start +# Loop for every entry in oratab file and try to start # that ORACLE # Index: openacs-4/packages/acs-core-docs/www/files/nsd-postgres.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/nsd-postgres.txt,v diff -u -r1.4 -r1.4.16.1 --- openacs-4/packages/acs-core-docs/www/files/nsd-postgres.txt 13 Aug 2005 22:24:33 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/files/nsd-postgres.txt 11 Jul 2019 06:55:49 -0000 1.4.16.1 @@ -2,7 +2,7 @@ # aolserver4 recommends descriptors limit (FD_SETSIZE) to be set to 1024, # which is standard for most OS distributions -# For freebsd systems, uncomment following line: +# For FreeBSD systems, uncomment following line: # ulimit -n 1024 export PATH=$PATH:/usr/local/pgsql/bin Index: openacs-4/packages/acs-core-docs/www/files/oracle8i.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/oracle8i.txt,v diff -u -r1.2 -r1.2.32.1 --- openacs-4/packages/acs-core-docs/www/files/oracle8i.txt 7 Mar 2002 06:55:37 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/files/oracle8i.txt 11 Jul 2019 06:55:49 -0000 1.2.32.1 @@ -1,7 +1,7 @@ #!/bin/sh # # chkconfig: 345 51 49 -# description: starts the oracle dabase deamons ( part of the aD ACS install ) +# description: starts the oracle dabase daemons ( part of the aD ACS install ) # echo "Oracle 8i auto start/stop"