[Lunar-commits] r25097 - moonbase/trunk/web/apache

Auke Kok sofar at lunar-linux.org
Thu Jul 5 00:37:42 CEST 2007


Author: sofar
Date: 2007-07-05 00:37:41 +0200 (Thu, 05 Jul 2007)
New Revision: 25097

Modified:
   moonbase/trunk/web/apache/BUILD
   moonbase/trunk/web/apache/DEPENDS
Log:
This really doesn't need db!!!


From:  sofar at foo-projects.org


Modified: moonbase/trunk/web/apache/BUILD
===================================================================
--- moonbase/trunk/web/apache/BUILD	2007-07-04 22:37:22 UTC (rev 25096)
+++ moonbase/trunk/web/apache/BUILD	2007-07-04 22:37:41 UTC (rev 25097)
@@ -8,16 +8,10 @@
                --runtimedir=/var/run/httpd       \
                --enable-module=most              \
                --enable-shared=max               \
-               --enable-module=auth_db           \
                --enable-module=mmap_static       \
-               --disable-module=auth_dbm         \
-               --with-layout=GNU                &&
+               --with-layout=GNU $OPTS           &&
   default_make
 
-) > $C_FIFO 2>&1  &&
-
-(
-
   if [ -e "/etc/init.d/apache.sh" ]; then
      rm -f /etc/init.d/apache.sh
      rm -f /etc/rc?.d/???apache.sh

Modified: moonbase/trunk/web/apache/DEPENDS
===================================================================
--- moonbase/trunk/web/apache/DEPENDS	2007-07-04 22:37:22 UTC (rev 25096)
+++ moonbase/trunk/web/apache/DEPENDS	2007-07-04 22:37:41 UTC (rev 25097)
@@ -1,2 +1,2 @@
-depends  chkconfig  &&
-depends  db
+depends chkconfig
+optional_depends db "--enable-module=auth_db --disable-module=auth_dbm" "--disable-module=auth_db"



More information about the Lunar-commits mailing list