/usr/share/tcltk/xotcl1.6.8-actiweb/SecureHtmlPlace.xotcl is in xotcl 1.6.8-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # $Id: SecureHtmlPlace.xotcl,v 1.3 2005/09/09 21:09:01 neumann Exp $
package provide xotcl::actiweb::secureHtmlPlace 1.0
package require -exact xotcl::actiweb::secureHttpPlace 1.0
package require -exact xotcl::actiweb::htmlPlace 1.0
package require XOTcl 1
namespace eval ::xotcl::actiweb::secureHtmlPlace {
namespace import ::xotcl::*
Class SecureHtmlPlace -superclass {SecurePlace HtmlPlace}
namespace export SecureHtmlPlace
}
namespace import ::xotcl::actiweb::secureHtmlPlace::*
|