Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.66.2.28 -r1.66.2.29 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 23 Aug 2022 18:44:54 -0000 1.66.2.28 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 12 Sep 2022 12:51:37 -0000 1.66.2.29 @@ -13,6 +13,11 @@ if {![info exists ::acs::useNsfProc]} { ns_log notice "use fallback value for ::acs::useNsfProc" set ::acs::useNsfProc 0 +} else { + # + # Keep the initcmds of classes for documentation purposes. + # + ::nsf::configure keepcmds 1 } if {![info exists ::acs::useNaviServer]} { ns_log notice "use fallback value for ::acs::useNaviServer" Index: openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl,v diff -u -r1.93.2.51 -r1.93.2.52 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 19 Aug 2022 08:38:36 -0000 1.93.2.51 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 12 Sep 2022 12:51:37 -0000 1.93.2.52 @@ -12,11 +12,6 @@ package require xotcl::serializer # -# Keep the initcmds of classes for documentation purposes. -# -::nsf::configure keepcmds 1 - -# # Tell serializer to export methods, although these are methods of the # base classes. #