summaryrefslogtreecommitdiffstats
path: root/web_wizard/scripts/test.sed
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-09-05 07:37:06 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-09-05 07:37:06 +0000
commitf7cca6ea32444a7764d54989bf360530d07d6092 (patch)
tree779049ed3b297fa40354f497a5e0d6ca86505096 /web_wizard/scripts/test.sed
parent52d4a220029dac288c8b86c3271ce9ab5fbdc6c2 (diff)
downloaddrakwizard-f7cca6ea32444a7764d54989bf360530d07d6092.tar
drakwizard-f7cca6ea32444a7764d54989bf360530d07d6092.tar.gz
drakwizard-f7cca6ea32444a7764d54989bf360530d07d6092.tar.bz2
drakwizard-f7cca6ea32444a7764d54989bf360530d07d6092.tar.xz
drakwizard-f7cca6ea32444a7764d54989bf360530d07d6092.zip
untouched
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/
+}