mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
5 lines
260 B
Tcl
5 lines
260 B
Tcl
# Tiny helper binaries for thc TclHttp-daemon providing the
|
|
# functionality not available in the TCL itself:
|
|
package ifneeded crypt 1.0 [list load $dir/@LIB@]
|
|
package ifneeded setuid 1.0 [list load $dir/@LIB@]
|
|
package ifneeded limit 1.0 [list load $dir/@LIB@]
|