From 6f10c6a17d4678f52340ff06d28546a44d815f88 Mon Sep 17 00:00:00 2001 From: ms Date: Sun, 28 Oct 2007 14:24:48 +0000 Subject: [PATCH] Three little fixes... git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1019 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/httpd/conf.d/php5.conf | 20 ++++++++++---------- lfs/cyrus-sasl | 2 +- lfs/hplip | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/httpd/conf.d/php5.conf b/config/httpd/conf.d/php5.conf index 30a7b55e26..ecbcc45a55 100644 --- a/config/httpd/conf.d/php5.conf +++ b/config/httpd/conf.d/php5.conf @@ -1,10 +1,10 @@ - - AddType application/x-httpd-php .php3 - AddType application/x-httpd-php .php4 - AddType application/x-httpd-php .php5 - AddType application/x-httpd-php .php - DirectoryIndex index.php3 - DirectoryIndex index.php4 - DirectoryIndex index.php5 - DirectoryIndex index.php - +LoadModule php5_module /usr/lib/apache/libphp5.so + +AddType application/x-httpd-php .php3 +AddType application/x-httpd-php .php4 +AddType application/x-httpd-php .php5 +AddType application/x-httpd-php .php +DirectoryIndex index.php3 +DirectoryIndex index.php4 +DirectoryIndex index.php5 +DirectoryIndex index.php diff --git a/lfs/cyrus-sasl b/lfs/cyrus-sasl index 47d4b9874a..0b72836f01 100644 --- a/lfs/cyrus-sasl +++ b/lfs/cyrus-sasl @@ -88,7 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ifeq "$(PASS)" "" cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \ --with-dbpath=/var/lib/sasl/sasldb2 \ - --with-saslauthd=/var/run + --with-saslauthd=/var/run/saslauthd cd $(DIR_APP) && make cd $(DIR_APP) && make install install -v -m700 -d /var/lib/sasl diff --git a/lfs/hplip b/lfs/hplip index 6d4592440e..1f86586371 100644 --- a/lfs/hplip +++ b/lfs/hplip @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = hplip PAK_VER = 1 -DEPS = "foomatic" +DEPS = "" ############################################################################### # Top-level Rules -- 2.39.2