diff options
Diffstat (limited to 'www/tclhttpd')
-rw-r--r-- | www/tclhttpd/files/pkgIndex.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/tclhttpd/files/pkgIndex.tcl b/www/tclhttpd/files/pkgIndex.tcl index 1bbba5b30465..b490e127bcd5 100644 --- a/www/tclhttpd/files/pkgIndex.tcl +++ b/www/tclhttpd/files/pkgIndex.tcl @@ -3,4 +3,3 @@ 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@] |