wok-6.x rev 4647
Up: apache* (2.2.14)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Dec 26 13:46:27 2009 +0100 (2009-12-26) |
parents | 0fdd833f5ff2 |
children | bf0e71c5b700 |
files | apache-dev/receipt apache-doc/receipt apache/receipt |
line diff
1.1 --- a/apache-dev/receipt Sat Dec 26 13:39:49 2009 +0100 1.2 +++ b/apache-dev/receipt Sat Dec 26 13:46:27 2009 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="apache-dev" 1.7 -VERSION="2.2.13" 1.8 +VERSION="2.2.14" 1.9 CATEGORY="development" 1.10 SHORT_DESC="HTTP server development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/apache-doc/receipt Sat Dec 26 13:39:49 2009 +0100 2.2 +++ b/apache-doc/receipt Sat Dec 26 13:46:27 2009 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="apache-doc" 2.7 -VERSION="2.2.13" 2.8 +VERSION="2.2.14" 2.9 CATEGORY="development" 2.10 SHORT_DESC="HTTP server documentation files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/apache/receipt Sat Dec 26 13:39:49 2009 +0100 3.2 +++ b/apache/receipt Sat Dec 26 13:46:27 2009 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="apache" 3.7 -VERSION="2.2.13" 3.8 +VERSION="2.2.14" 3.9 CATEGORY="network" 3.10 SHORT_DESC="Secure, efficient and extensible HTTP server." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -41,15 +41,7 @@ 3.13 cp -a $_pkg/var $fs 3.14 3.15 cp -a stuff/apache $fs/etc/init.d 3.16 -# cat > $fs/etc/init.d/apache <<EOT 3.17 -#!/bin/sh 3.18 -# 3.19 -#. /etc/init.d/rc.functions 3.20 -#active_pidfile /var/run/apache/httpd.pid httpd 3.21 -# 3.22 -#exec /usr/bin/apachectl "\$@" 3.23 -#EOT 3.24 -# chmod +x $fs/etc/init.d/apache 3.25 + 3.26 sed -i -e 's|User daemon|User www|' -e 's|Group daemon|Group www|' \ 3.27 -e 's|ServerAdmin you@example.com|ServerAdmin root@localhost|' \ 3.28 -e 's|#Include /etc/apache/extra/httpd-ssl.conf|Include /etc/apache/extra/httpd-ssl.conf|' \