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.11 -r1.15.2.12
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 2 Feb 2004 18:07:48 -0000 1.15.2.11
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 26 Feb 2004 21:31:50 -0000 1.15.2.12
@@ -334,7 +334,7 @@
[service0 service0]$ export EDITOR=emacs;crontab -e
Add this line to the file. The numbers and stars at the beginning are cron columns that specify when the program should be run - in this case, whenever the minute is 0 and the hour is 1, i.e., 1:00 am every day.
- 0 1-23 * * * /usr/local/pgsql/bin/vacuumdb --full --analyze service0
+ 0 1-23 * * * /usr/local/pgsql/bin/vacuumdb --analyze service0
0 0 * * * /usr/local/pgsql/bin/vacuumdb --full --analyze service0