OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Jun-2007 17:33:13
Branch: HEAD Handle: 2007062216331300
Modified files:
openpkg-src/apache apache.patch
Log:
provide a start page with OpenPKG branding and a link to the Apache
website and local manual
Summary:
Revision Changes Path
1.30 +20 -7 openpkg-src/apache/apache.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.patch
============================================================================
$ cvs diff -u -r1.29 -r1.30 apache.patch
--- openpkg-src/apache/apache.patch 22 Jun 2007 14:50:01 -0000 1.29
+++ openpkg-src/apache/apache.patch 22 Jun 2007 15:33:13 -0000 1.30
@@ -1,6 +1,6 @@
Index: build/config_vars.sh.in
--- build/config_vars.sh.in.orig 2006-07-12 05:38:44 +0200
-+++ build/config_vars.sh.in 2007-06-22 16:45:16 +0200
++++ build/config_vars.sh.in 2007-06-22 17:28:50 +0200
@@ -35,7 +35,7 @@
[EMAIL PROTECTED]@
fi
@@ -12,7 +12,7 @@
Index: config.layout
--- config.layout.orig 2004-11-21 19:50:36 +0100
-+++ config.layout 2007-06-22 16:45:33 +0200
++++ config.layout 2007-06-22 17:28:50 +0200
@@ -50,7 +50,7 @@
iconsdir: ${datadir}/icons
htdocsdir: ${datadir}/htdocs
@@ -24,7 +24,7 @@
runtimedir: ${localstatedir}/run
Index: configure
--- configure.orig 2007-01-06 07:40:00 +0100
-+++ configure 2007-06-22 16:45:16 +0200
++++ configure 2007-06-22 17:28:50 +0200
@@ -2711,6 +2711,11 @@
{ (exit 1); exit 1; }; }
fi
@@ -51,7 +51,7 @@
reconfig.yes)
Index: docs/conf/mime.types
--- docs/conf/mime.types.orig 2006-01-29 23:34:37 +0100
-+++ docs/conf/mime.types 2007-06-22 16:45:16 +0200
++++ docs/conf/mime.types 2007-06-22 17:28:50 +0200
@@ -265,6 +265,22 @@
application/vnd.novadigm.edm
application/vnd.novadigm.edx
@@ -75,9 +75,22 @@
application/vnd.obn
application/vnd.osa.netdeploy
application/vnd.palm
+Index: docs/docroot/index.html
+--- docs/docroot/index.html.orig 2004-11-20 21:16:24 +0100
++++ docs/docroot/index.html 2007-06-22 17:29:05 +0200
+@@ -1 +1,7 @@
+-<html><body><h1>It works!</h1></body></html>
+\ No newline at end of file
++<html>
++ <body>
++ <h1>It works!</h1>
++ It works! Your <a href="http://openpkg.org/">OpenPKG</a> based <a
href="http://httpd.apache.org/">Apache</a> HTTP server was successfully
installed and started.<br/>
++ You now have to read the <a href="/apache-manual/">documentation</a>
and configure it according to your local demands.
++ </body>
++</html>
Index: server/Makefile.in
--- server/Makefile.in.orig 2006-03-09 22:29:55 +0100
-+++ server/Makefile.in 2007-06-22 16:45:16 +0200
++++ server/Makefile.in 2007-06-22 17:28:50 +0200
@@ -56,7 +56,8 @@
tmp=export_files_unsorted.txt; \
rm -f $$tmp && touch $$tmp; \
@@ -90,7 +103,7 @@
(ls $$dir/ap[ru].h $$dir/ap[ru]_*.h >> $$tmp 2>/dev/null); \
Index: srclib/apr-util/crypto/getuuid.c
--- srclib/apr-util/crypto/getuuid.c.orig 2006-04-14 20:01:58 +0200
-+++ srclib/apr-util/crypto/getuuid.c 2007-06-22 16:45:16 +0200
++++ srclib/apr-util/crypto/getuuid.c 2007-06-22 17:28:50 +0200
@@ -131,7 +131,7 @@
/* crap. this isn't crypto quality, but it will be Good Enough */
@@ -102,7 +115,7 @@
return rand() & 0x0FFFF;
Index: support/apxs.in
--- support/apxs.in.orig 2006-07-12 05:38:44 +0200
-+++ support/apxs.in 2007-06-22 16:45:16 +0200
++++ support/apxs.in 2007-06-22 17:28:50 +0200
@@ -338,8 +338,7 @@
exit(1);
}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]