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)
commit33cd61d6f03154e6d07099976c750e9abfd3aa0f
tree2000699f66e7dabc07862fc434e38550718a65b9
parentadbb05ec6331afa4f5e45fc4fc54bac05644e966
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@2174 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 files changed:
openwrt/package/Makefile
openwrt/package/mini_httpd/Config.in
openwrt/package/mini_httpd/Makefile
openwrt/package/mini_httpd/files/mini_httpd-ssl.conf [new file with mode: 0644]
openwrt/package/mini_httpd/files/mini_httpd.conf
openwrt/package/mini_httpd/files/mini_httpd.init
openwrt/package/mini_httpd/ipkg/mini-httpd-matrixssl.conffiles [new file with mode: 0644]
openwrt/package/mini_httpd/ipkg/mini-httpd-matrixssl.control [new file with mode: 0644]
openwrt/package/mini_httpd/ipkg/mini-httpd-openssl.conffiles [new file with mode: 0644]
openwrt/package/mini_httpd/ipkg/mini-httpd-openssl.control [new file with mode: 0644]
openwrt/package/mini_httpd/ipkg/mini-httpd.conffiles
openwrt/package/mini_httpd/ipkg/mini-httpd.control
openwrt/package/mini_httpd/patches/001-cgi_path.patch [new file with mode: 0644]
openwrt/package/mini_httpd/patches/500-matrixssl.patch