it's override_php, not override.php ...
This commit is contained in:
parent
373b830f94
commit
051ce2dc61
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
;;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue