summaryrefslogtreecommitdiff
path: root/www/tclhttpd/files/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'www/tclhttpd/files/pkgIndex.tcl')
-rw-r--r--www/tclhttpd/files/pkgIndex.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/tclhttpd/files/pkgIndex.tcl b/www/tclhttpd/files/pkgIndex.tcl
new file mode 100644
index 000000000000..40dbfd49fc20
--- /dev/null
+++ b/www/tclhttpd/files/pkgIndex.tcl
@@ -0,0 +1,5 @@
+# Tiny helper binaries for thc TclHttp-daemon providing the
+# functionality not available in the TCL itself:
+package ifneeded crypt 1.0 [list load [file join $dir libcrypt.so]]
+package ifneeded setuid 1.0 [list load [file join $dir libsetuid.so]]
+package ifneeded limit 1.0 [list load [file join $dir liblimit.so]]