From: Heiko Z. <smi...@us...> - 2011-01-07 15:40:01
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23623/scripts/configuration Modified Files: mod_authn_otp.config Added Files: mod_proxy_html.config Log Message: added mod_proxy_html 3.1.1 Index: mod_authn_otp.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/mod_authn_otp.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_authn_otp.config 29 Dec 2010 15:17:47 -0000 1.1 +++ mod_authn_otp.config 7 Jan 2011 15:39:51 -0000 1.2 @@ -6,5 +6,5 @@ # http://www.devil-linux.org if [ "$CONFIG_HTTPD" = "y" ]; then - menu_add "Networking|WWW|Apache Config" bool "mod_authn_otp for Apache" CONFIG_MOD_AUTHN_OTP + menu_add "Networking|WWW|Apache Config" bool "mod_proxy_html for Apache" CONFIG_MOD_PROXY_HTML fi --- NEW FILE: mod_proxy_html.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/mod_proxy_html.config,v $ # $Revision: 1.1 $ # $Date: 2011/01/07 15:39:51 $ # # http://www.devil-linux.org if [ "$CONFIG_HTTPD" = "y" ]; then menu_add "Networking|WWW|Apache Config" bool "mod_authn_otp for Apache" CONFIG_MOD_AUTHN_OTP fi |