add a patch to provide a descent PATH to cgi,
authorNicolas Thill <nico@openwrt.org>
Wed, 19 Oct 2005 00:16:27 +0000 (00:16 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 19 Oct 2005 00:16:27 +0000 (00:16 +0000)
commit23c3b22211808e3feafbc18401dcaa0bf1369913
tree5c22189672272ef66f330b0e6779f32fa87f32e6
parent9c061dd173a83674423d40e4a45d3eac7df61d51
add a patch to provide a descent PATH to cgi,
split in 3 packages (w/o ssl, w/ matrixssl & w/ openssl),
add a restart command to init-script.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2174 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 files changed:
package/Makefile
package/mini_httpd/Config.in
package/mini_httpd/Makefile
package/mini_httpd/files/mini_httpd-ssl.conf [new file with mode: 0644]
package/mini_httpd/files/mini_httpd.conf
package/mini_httpd/files/mini_httpd.init
package/mini_httpd/ipkg/mini-httpd-matrixssl.conffiles [new file with mode: 0644]
package/mini_httpd/ipkg/mini-httpd-matrixssl.control [new file with mode: 0644]
package/mini_httpd/ipkg/mini-httpd-openssl.conffiles [new file with mode: 0644]
package/mini_httpd/ipkg/mini-httpd-openssl.control [new file with mode: 0644]
package/mini_httpd/ipkg/mini-httpd.conffiles
package/mini_httpd/ipkg/mini-httpd.control
package/mini_httpd/patches/001-cgi_path.patch [new file with mode: 0644]
package/mini_httpd/patches/500-matrixssl.patch