it's override_php, not override.php ...

This commit is contained in:
Benjamin Sonntag 2007-05-31 17:15:04 +00:00
parent 373b830f94
commit 051ce2dc61
4 changed files with 10 additions and 4 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
alternc (0.9.7) testing; urgency=low
* preparation of 0.9.7, this version will be etch compliant.
-- Benjamin Sonntag <benjamin@sonntag.fr> Thu, 31 May 2007 16:13:00 +0200
alternc (0.9.6.3) stable; urgency=low
* change dependency on courier-authmysql or courier-authlib-mysql for etch

3
debian/control vendored
View File

@ -1,8 +1,7 @@
Source: alternc
Section: admin
Priority: optional
Maintainer: Antoine Beaupré <anarcat@koumbit.org>
Uploader: Benjamin Sonntag <benjamin@alternc.org>
Maintainer: Benjamin Sonntag <benjamin@alternc.org>
Build-Depends-Indep: debhelper (>= 4.0.2), findutils (>= 4.1.7), gcc (>= 2:2.95.4), gettext (>= 0.10.40-5), po-debconf
Standards-Version: 3.7.2.1

2
debian/postrm vendored
View File

@ -51,7 +51,7 @@ case "$1" in
fi
rm -rf /var/alternc/apacheconf /var/alternc/cgi-bin /var/alternc/bureau /var/alternc/exec.usr /var/alternc/mla /var/alternc/redir /var/alternc/tmp /var/log/alternc
rm -f /etc/apache/conf.d/override.php.conf /etc/apache/conf.d/alternc-ssl.conf /etc/apache/conf.d/alternc.conf
rm -f /etc/apache/conf.d/override_php.conf /etc/apache/conf.d/alternc-ssl.conf /etc/apache/conf.d/alternc.conf
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade)
;;

View File

@ -179,7 +179,8 @@ touch /var/run/alternc/refresh_slave
# Apache will not start without this file
touch /var/alternc/apacheconf/override_php.conf
# Enable vhost_alias apache module at the right place (ie: BEFORE mod_alias, but apache knows this ... )
apache-modconf apache enable mod_vhost_alias
apache-modconf apache enable mod_vhost_alias quiet </dev/null || true
#apache-modconf apache enable `dpkg -l libapache-mod-php*|grep ii | cut -f 3 -d ' '|cut -b 11-18 ` quiet </dev/null || true
# Copy postfix *_checks if they do not exist
for file in body_checks header_checks; do