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"