Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 4 Apr 2003 09:49:08 -0000 1.23 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 17 May 2003 10:04:18 -0000 1.24 @@ -281,6 +281,10 @@ @param path The path of the file relative to server root } { + if { [string equal $path "packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl"] } { + ns_log Warning "apm_file_watch: Skipping file $path as it cannot be watched. You have to restart the server instead" + } + nsv_set apm_reload_watch $path 1 }