diff --git a/doc/ChangeLog b/doc/ChangeLog index 7f2ba2425..178ae0b7a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,9 @@ ------------------------------------------------------------------------ +r278 | delaco | 2006-09-13 22:20:37 +0200 (Wed, 13 Sep 2006) | 2 lines + +Update: + * OutgoingFW - Script hinzugefuegt +------------------------------------------------------------------------ r277 | delaco | 2006-09-13 17:30:27 +0200 (Wed, 13 Sep 2006) | 3 lines Fixes: diff --git a/doc/packages-list.txt b/doc/packages-list.txt index 373d15ce9..6185026a2 100644 --- a/doc/packages-list.txt +++ b/doc/packages-list.txt @@ -114,9 +114,7 @@ * inetutils-1.4.2 * ipac-ng-1.31 * ipaddr-1.2 - * ipfire-logs-2006-09-12-23:48.tgz - * ipfire-logs-2006-09-13-13:45.tgz - * ipfire-logs-2006-09-13-14:26.tgz + * ipfire-logs-2006-09-13-22:31.tgz * iproute2-2.4.7-now-ss010824 * iptables-1.3.5 * iptraf-3.0.0 diff --git a/lfs/apache2 b/lfs/apache2 index 4f2019551..cb9471e3d 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -81,7 +81,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch - cd $(DIR_APP) && ./configure --enable-layout=FHS --enable-mods-shared=all + cd $(DIR_APP) && ./configure --enable-layout=FHS \ + --prefix=/home/httpd --exec-prefix=/usr \ + --sysconfdir=/etc/httpd/conf \ + --includedir=/usr/include/apache --mandir=/usr/share/man \ + --localstatedir=/var \ + --enable-rewrite --enable-ssl \ + --enable-mods-shared=all cd $(DIR_APP) && make cd $(DIR_APP) && make install chown -v root:root /usr/lib/apache/httpd.exp \ diff --git a/make.sh b/make.sh index a1908d59a..5d1f28557 100644 --- a/make.sh +++ b/make.sh @@ -606,7 +606,7 @@ buildipcop() { ipcopmake mysql ipcopmake saslauthd PASS=1 ipcopmake openldap - ipcopmake apache + #ipcopmake apache ipcopmake apache2 ipcopmake php ipcopmake arping