aboutsummaryrefslogtreecommitdiffstats
path: root/russian/apache13/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'russian/apache13/files/patch-ab')
-rw-r--r--russian/apache13/files/patch-ab3
1 files changed, 2 insertions, 1 deletions
diff --git a/russian/apache13/files/patch-ab b/russian/apache13/files/patch-ab
index aa384db03d92..1aa37892d804 100644
--- a/russian/apache13/files/patch-ab
+++ b/russian/apache13/files/patch-ab
@@ -79,7 +79,8 @@
+ -e "s;logs/error_log;$(logfiledir)/$${target_prefix}httpd-error.log;" \
+ -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}httpd-referer.log;" \
+ -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}httpd-agent.log;" \
- -e 's;conf/tables/;$(sysconfdir)/tables/;' \
+- -e 's;conf/tables/;$(sysconfdir)/tables/;' \
++ -e 's;conf/tables/;$(sysconfdir)/tables/;g' \
-e 's;conf/magic;$(sysconfdir)/magic;' \
-e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \
-e 's;User nobody;User $(conf_user);' \