Changeset 2913 for package_branches


Ignore:
Timestamp:
Jan 22, 2010, 1:28:03 AM (14 years ago)
Author:
gdb
Message:

Made debian work with current invirt-web changes

Location:
package_branches/invirt-web/hvirt/debian
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/hvirt/debian/changelog

    r2909 r2913  
     1invirt-web (0.1.5hvirt1) unstable; urgency=low
     2
     3  * Generalized config.
     4
     5 -- Greg Brockman <gdb@mit.edu>  Fri, 22 Jan 2010 01:17:40 -0500
     6
    17invirt-web (0.1.5) unstable; urgency=low
    28
  • package_branches/invirt-web/hvirt/debian/invirt-web.init

    r2863 r2913  
    1212PACKAGE=invirt-web
    1313PARENTPACKAGE=apache2
    14 GEN_FILES=(/etc/apache2/sites-available/{default,ssl,svn} /etc/invirt-iptables/rules.d/50-invirt-web)
     14GEN_FILES=(/etc/apache2/sites-available/master /etc/invirt-iptables/rules.d/50-invirt-web)
    1515
    1616. /lib/init/config-init.sh
  • package_branches/invirt-web/hvirt/debian/invirt-web.postinst

    r2909 r2913  
    2222    configure)
    2323        cd /var/www/invirt-web
    24         make all
    25 
    26         a2enmod rewrite
    27         a2enmod ssl
    28         a2enmod auth_sslcert
     24        make
     25        a2dissite default
     26        for mod in $(invirt-getconf web.mods); do
     27            a2enmod ${mod}
     28        done
    2929       
    3030        # Our init script proxies all requests to Apache's, so Apache's
    3131        # running is just a NOP
    32         update-rc.d -f apache2 remove
     32        # update-rc.d -f apache2 remove
    3333    ;;
    3434
  • package_branches/invirt-web/hvirt/debian/rules

    r1318 r2913  
    11#!/usr/bin/make -f
    2 
    3 DEB_DIVERT_EXTENSION = .invirt
    4 DEB_DIVERT_FILES_invirt-web += \
    5     /etc/init.d/apache2
    62
    73include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset for help on using the changeset viewer.