aboutsummaryrefslogtreecommitdiffstats
path: root/russian/apache13/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'russian/apache13/files/patch-aj')
-rw-r--r--russian/apache13/files/patch-aj15
1 files changed, 0 insertions, 15 deletions
diff --git a/russian/apache13/files/patch-aj b/russian/apache13/files/patch-aj
deleted file mode 100644
index 9c1596e0cb70..000000000000
--- a/russian/apache13/files/patch-aj
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/support/apxs.pl.orig Mon Nov 29 21:05:12 2004
-+++ src/support/apxs.pl Mon Nov 29 21:05:56 2004
-@@ -604,12 +604,10 @@
- print FP $content;
- close(FP);
- if ($^O ne "MSWin32") {
-- push(@cmds, "cp $cfgbase.conf $cfgbase.conf.bak");
- push(@cmds, "cp $cfgbase.conf.new $cfgbase.conf");
- push(@cmds, "rm $cfgbase.conf.new");
- } else {
- $cfgbase =~ s|/|\\|g;
-- push(@cmds, "copy \"$cfgbase.conf\" \"$cfgbase.conf.bak\"");
- push(@cmds, "copy \"$cfgbase.conf.new\" \"$cfgbase.conf\"");
- push(@cmds, "del \"$cfgbase.conf.new\"");
- }