Browse Source

Keep apache2 packaging consistent with apache 1.3 package o always switch into the Apache run-time directory inspired by openpkg-src/apache/apache.spec 1.343 -> 1.344 openpkg-src/apache/rc.apache 1.21 -> 1.22 o add OpenDocument stuff to mime.types database inspired by openpkg-src/apache/apache.patch 1.23 -> 1.24 openpkg-src/apache/apache.spec 1.349 -> 1.350

master
Christoph Schug 19 years ago committed by Ralf S. Engelschall
parent
commit
d5ff012e3e
  1. 26
      apache2/apache2.patch
  2. 2
      apache2/apache2.spec
  3. 6
      apache2/rc.apache2

26
apache2/apache2.patch

@ -25,6 +25,32 @@ Index: configure
# Catch some misconfigurations:
case ${apr_found}.${apu_found} in
reconfig.yes)
Index: docs/conf/mime.types
--- docs/conf/mime.types.orig 2006-01-29 23:34:37 +0100
+++ docs/conf/mime.types 2006-09-11 17:33:28 +0200
@@ -265,6 +265,22 @@
application/vnd.novadigm.edm
application/vnd.novadigm.edx
application/vnd.novadigm.ext
+application/vnd.oasis.opendocument.text odt
+application/vnd.oasis.opendocument.spreadsheet ods
+application/vnd.oasis.opendocument.presentation odp
+application/vnd.oasis.opendocument.graphics odg
+application/vnd.oasis.opendocument.chart odc
+application/vnd.oasis.opendocument.formula odf
+application/vnd.oasis.opendocument.image odi
+application/vnd.oasis.opendocument.text-template ott
+application/vnd.oasis.opendocument.spreadsheet-template ots
+application/vnd.oasis.opendocument.presentation-template otp
+application/vnd.oasis.opendocument.graphics-template otg
+application/vnd.oasis.opendocument.chart-template otc
+application/vnd.oasis.opendocument.formula-template oft
+application/vnd.oasis.opendocument.image-template oti
+application/vnd.oasis.opendocument.text-master odm
+application/vnd.oasis.opendocument.text-web oth
application/vnd.obn
application/vnd.osa.netdeploy
application/vnd.palm
Index: server/Makefile.in
--- server/Makefile.in.orig 2006-03-09 22:29:55 +0100
+++ server/Makefile.in 2006-04-30 09:59:39 +0200

2
apache2/apache2.spec

@ -39,7 +39,7 @@ Class: PLUS
Group: Web
License: ASF
Version: %{V_apache}
Release: 20060825
Release: 20060912
# package options (generic)
%option with_mpm prefork

6
apache2/rc.apache2

@ -37,7 +37,11 @@
%start -u @l_susr@
rcService apache2 enable yes || exit 0
rcService apache2 active yes && exit 0
@l_prefix@/sbin/apache2 -k start
( cd @l_prefix@/var/apache2/run
[ -e @l_prefix@/etc/apache2/apache2.sh ] &&
. @l_prefix@/etc/apache2/apache2.sh
@l_prefix@/sbin/apache2 -k start
) || exit $?
%stop -u @l_susr@
rcService apache2 enable yes || exit 0

Loading…
Cancel
Save