ref: f59c93c585b568f1070cc6e9cd78a1318b910e1d
parent: ef58129e58612a24bbfd4b914ee8f57f56822ca3
author: sl <sl@stanleylieber.com>
date: Wed Feb 10 15:20:31 EST 2016
bin/contrib/rc-httpd/handlers/__mkfstmp: remove accidentally committed file.
--- a/bin/contrib/rc-httpd/handlers/__mkfstmp
+++ /dev/null
@@ -1,14 +1,0 @@
-#!/bin/rc
-cgiargs=$*
-
-fn error{
- if(~ $1 404)
- exec cgi $cgiargs
- if not
- $rc_httpd_dir/handlers/error $1
-}
-
-if(~ $location */)
- exec cgi $cgiargs
-if not
- exec serve-static