From f7cca6ea32444a7764d54989bf360530d07d6092 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Thu, 5 Sep 2002 07:37:06 +0000 Subject: untouched --- web_wizard/scripts/sedscript | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 web_wizard/scripts/sedscript (limited to 'web_wizard/scripts/sedscript') diff --git a/web_wizard/scripts/sedscript b/web_wizard/scripts/sedscript new file mode 100644 index 00000000..e5acafb9 --- /dev/null +++ b/web_wizard/scripts/sedscript @@ -0,0 +1,4 @@ +/^[[:space:]]*/{ +s/^[[:space:]]*Allow .*$/Allow from all/;} +/^[[:space:]]*/{ +s/^[[:space:]]*Allow .*$/Allow from all/;} \ No newline at end of file -- cgit v1.2.1