Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 4 Jun 2006 00:45:22 -0000 1.23 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 8 Jan 2007 23:57:25 -0000 1.24 @@ -212,7 +212,7 @@ # APM needs to check its permissions. if { [catch {apm_workspace_dir} ] } { append errors "
  • The [acs_root_dir] directory has incorrect permissions. It must be owned by -the user executing the web server, normally nsadmin, and the owner must have read and write priveliges +the user executing the web server, normally nsadmin, and the owner must have read and write privileges on this directory. You can correct this by running the following script as root. To give another user access to the files, add them to web group.

    @@ -228,7 +228,7 @@
     if { ![file writable [file join [acs_root_dir] packages]] } {
         append errors "
  • The [acs_root_dir]/packages directory has incorrect permissions. It must be owned by the user executing the web server, normally nsadmin and the owner must have read and write - priveliges on this directory and all of its subdirectories. You can correct this by running the following + privileges on this directory and all of its subdirectories. You can correct this by running the following script as root. To give another user access to the files, add them to web group.