OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web Date: 10-Sep-2003 14:04:14 Branch: HEAD Handle: 2003091013041202 Modified files: openpkg-src/apache apache.base apache.spec openpkg-web news.txt Log: fix indendation Summary: Revision Changes Path 1.8 +12 -12 openpkg-src/apache/apache.base 1.168 +1 -1 openpkg-src/apache/apache.spec 1.6484 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache/apache.base ============================================================================ $ cvs diff -u -r1.7 -r1.8 apache.base --- openpkg-src/apache/apache.base 31 Jul 2003 10:00:20 -0000 1.7 +++ openpkg-src/apache/apache.base 10 Sep 2003 12:04:14 -0000 1.8 @@ -55,34 +55,34 @@ # configure global document root DocumentRoot @l_prefix@/share/apache/htdocs <IfModule mod_alias.c> -Alias /apache-htdocs @l_prefix@/share/apache/htdocs + Alias /apache-htdocs @l_prefix@/share/apache/htdocs </IfModule> <Directory "@l_prefix@/share/apache/htdocs"> -Options Indexes FollowSymLinks MultiViews -AllowOverride none -Order allow,deny -Allow from all + Options Indexes FollowSymLinks MultiViews + AllowOverride none + Order allow,deny + Allow from all </Directory> # default directories and files <IfModule mod_userdir.c> -UserDir public_html + UserDir public_html </IfModule> <IfModule mod_dir.c> -DirectoryIndex index.html + DirectoryIndex index.html </IfModule> # local configuration files AccessFileName .htaccess <Files ~ "^\.ht"> -Order allow,deny -Deny from all -Satisfy All + Order allow,deny + Deny from all + Satisfy All </Files> # global Icons and CGI directory <IfModule mod_alias.c> -Alias /apache-icons @l_prefix@/share/apache/icons + Alias /apache-icons @l_prefix@/share/apache/icons <Directory "@l_prefix@/share/apache/icons"> Options Indexes MultiViews AllowOverride None @@ -100,7 +100,7 @@ # automatic CGI recognition by extension <IfModule mod_cgi.c> -AddHandler cgi-script .cgi + AddHandler cgi-script .cgi </IfModule> # automatic directory indexing @@ . patch -p0 <<'@@ .' Index: openpkg-src/apache/apache.spec ============================================================================ $ cvs diff -u -r1.167 -r1.168 apache.spec --- openpkg-src/apache/apache.spec 4 Sep 2003 21:14:38 -0000 1.167 +++ openpkg-src/apache/apache.spec 10 Sep 2003 12:04:14 -0000 1.168 @@ -60,7 +60,7 @@ Group: Web License: ASF Version: %{V_apache} -Release: 20030904 +Release: 20030910 # package options (suexec related) %option with_suexec yes @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.6483 -r1.6484 news.txt --- openpkg-web/news.txt 9 Sep 2003 23:58:46 -0000 1.6483 +++ openpkg-web/news.txt 10 Sep 2003 12:04:12 -0000 1.6484 @@ -1,3 +1,4 @@ +10-Sep-2003: Upgraded package: P<apache-1.3.28-20030910> 10-Sep-2003: Upgraded package: P<qt-3.2.1-20030910> 09-Sep-2003: Upgraded package: P<tftp-0.34-20030909> 09-Sep-2003: Upgraded package: P<sasl-2.1.15-20030909> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]