Index: openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl 8 Oct 2024 13:16:12 -0000 1.21 +++ openacs-4/packages/acs-content-repository/tcl/publish-procs.tcl 26 Nov 2024 09:10:55 -0000 1.22 @@ -932,7 +932,7 @@ select content from cr_revisions where revision_id = $revision_id " -file $filename - ns_chmod $filename 0764 + file attributes $filename -permissions 0764 ns_log debug "publish::write_multiple_blobs: Wrote revision $revision_id to $filename" } $root_path } @@ -957,7 +957,7 @@ foreach_publish_path $url { mkdirs $filename template::util::write_file $filename $text - ns_chmod $filename 0764 + file attributes $filename -permissions 0764 ns_log debug "publish::write_multiple_files: Wrote text to $filename" } $root_path }