summaryrefslogtreecommitdiffstats
path: root/web_wizard/scripts/test.sed
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-06-02 20:51:50 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-06-02 20:51:50 +0000
commitf1d6b8a9d3c06f74e904959887cf043d09aff687 (patch)
tree969cb9fdc3becc19b1f2a21c3a9e3cc2e15f39e6 /web_wizard/scripts/test.sed
downloaddrakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.tar
drakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.tar.gz
drakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.tar.bz2
drakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.tar.xz
drakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.zip
Branch for updates
Diffstat (limited to 'web_wizard/scripts/test.sed')
-rw-r--r--web_wizard/scripts/test.sed6
1 files changed, 6 insertions, 0 deletions
diff --git a/web_wizard/scripts/test.sed b/web_wizard/scripts/test.sed
new file mode 100644
index 00000000..6f03dc5c
--- /dev/null
+++ b/web_wizard/scripts/test.sed
@@ -0,0 +1,6 @@
+/^[[:space:]]*<Directory \/home/,/^[[:space:]]*<\/Directory>/{
+s/^[[:space:]]*Allow .*$/Allow from all/
+}
+/^[[:space:]]*<Directory \/var\/www/,/^[[:space:]]*<\/Directory>/{
+s/^[[:space:]]*Allow .*$/Allow from all/
+}