no trailing slash on tmp dirs otherwise apache generates an openbase_dir error

This commit is contained in:
mlutfy 2009-01-16 16:32:39 +00:00
parent 9f636f7d00
commit 64b9ba845b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ set -e
override_d=/var/alternc/apacheconf
override_f=${override_d}/override_php.conf
extra_paths="/var/alternc/dns/redir:/usr/share/php/:/var/alternc/tmp/:/tmp/"
extra_paths="/var/alternc/dns/redir:/usr/share/php/:/var/alternc/tmp:/tmp"
. /etc/alternc/local.sh
. /usr/lib/alternc/functions.sh