Magellan Linux

Contents of /trunk/apache2/patches/apache2-2.2.4-default-server-root.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 231 - (show annotations) (download)
Sat Jun 30 02:24:36 2007 UTC (16 years, 10 months ago) by niro
File size: 1090 byte(s)
files for apache-2.2.4-r1

1 diff -Naur httpd-2.2.4/Makefile.in httpd-2.2.4-magellan/Makefile.in
2 --- httpd-2.2.4/Makefile.in 2005-11-13 07:33:15.000000000 +0100
3 +++ httpd-2.2.4-magellan/Makefile.in 2007-06-29 22:38:29.000000000 +0200
4 @@ -45,13 +45,13 @@
5 ( \
6 n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
7 if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \
8 - sed -e 's#@@ServerRoot@@#$(prefix)#g' \
9 + sed -e 's#@@ServerRoot@@#$(libdir)/apache2#g' \
10 -e 's#@@Port@@#$(PORT)#g' \
11 -e '/@@LoadModule@@/d' \
12 < $$i; \
13 else \
14 sed -n -e '/@@LoadModule@@/q' \
15 - -e 's#@@ServerRoot@@#$(prefix)#g' \
16 + -e 's#@@ServerRoot@@#$(libdir)/apache2#g' \
17 -e 's#@@Port@@#$(PORT)#g' \
18 -e 'p' \
19 < $$i; \
20 @@ -62,7 +62,7 @@
21 done; \
22 sed -e '1,/@@LoadModule@@/d' \
23 -e '/@@LoadModule@@/d' \
24 - -e 's#@@ServerRoot@@#$(prefix)#g' \
25 + -e 's#@@ServerRoot@@#$(libdir)/apache2#g' \
26 -e 's#@@Port@@#$(PORT)#g' \
27 < $$i; \
28 fi \