mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
cf390065f5
needed by the tclhttpd into one file. I submitted this back in December, but nobody cared since. Now I can commit this myself :) PR: ports/23310 Submitted by: mi
7 lines
310 B
Tcl
7 lines
310 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@]
|
|
package ifneeded utime 1.0 [list load $dir/@LIB@]
|