shithub: werc

Download patch

ref: b40a814120f4920168f34df557b840fa81a04de9
parent: b64418b85fe4c9e5fcd1a9fb74f10baad608d23a
author: Stanley Lieber <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
--