Changeset 1835

Show
Ignore:
Timestamp:
05/31/07 19:15:04 (1 year ago)
Author:
benjamin
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/debian/changelog

    r1820 r1835  
     1alternc (0.9.7) testing; urgency=low 
     2 
     3  * preparation of 0.9.7, this version will be etch compliant. 
     4 
     5 -- Benjamin Sonntag <benjamin@sonntag.fr>  Thu, 31 May 2007 16:13:00 +0200 
     6 
    17alternc (0.9.6.3) stable; urgency=low 
    28 
  • alternc/trunk/debian/control

    r1795 r1835  
    22Section: admin 
    33Priority: optional 
    4 Maintainer: Antoine Beaupré <anarcat@koumbit.org> 
    5 Uploader: Benjamin Sonntag <benjamin@alternc.org> 
     4Maintainer: Benjamin Sonntag <benjamin@alternc.org> 
    65Build-Depends-Indep: debhelper (>= 4.0.2), findutils (>= 4.1.7), gcc (>= 2:2.95.4), gettext (>= 0.10.40-5), po-debconf 
    76Standards-Version: 3.7.2.1 
  • alternc/trunk/debian/postrm

    r1834 r1835  
    5252 
    5353    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 
    54     rm -f /etc/apache/conf.d/override.php.conf /etc/apache/conf.d/alternc-ssl.conf /etc/apache/conf.d/alternc.conf 
     54    rm -f /etc/apache/conf.d/override_php.conf /etc/apache/conf.d/alternc-ssl.conf /etc/apache/conf.d/alternc.conf 
    5555    ;; 
    5656  remove|upgrade|failed-upgrade|abort-install|abort-upgrade) 
  • alternc/trunk/install/alternc.install

    r1822 r1835  
    180180touch /var/alternc/apacheconf/override_php.conf 
    181181# Enable vhost_alias apache module at the right place (ie: BEFORE mod_alias, but apache knows this ... ) 
    182 apache-modconf apache enable mod_vhost_alias 
     182apache-modconf apache enable mod_vhost_alias quiet </dev/null || true 
     183#apache-modconf apache enable `dpkg -l libapache-mod-php*|grep ii | cut -f 3 -d ' '|cut -b 11-18 ` quiet </dev/null || true 
    183184 
    184185# Copy postfix *_checks if they do not exist