Changeset 1047


Ignore:
Timestamp:
Oct 5, 2008, 12:00:25 AM (16 years ago)
Author:
broder
Message:

Turns out sipb-xen-www's init script was the problem, not
apache's. Install a fix

Location:
trunk/packages/sipb-xen-www/debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/debian/changelog

    r1045 r1047  
     1sipb-xen-www (3.14.1) unstable; urgency=low
     2
     3  * Try again, now that I actually understand what the problem is
     4
     5 -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 23:58:46 -0400
     6
    17sipb-xen-www (3.14) unstable; urgency=low
    28
  • trunk/packages/sipb-xen-www/debian/rules

    r1022 r1047  
    88include /usr/share/cdbs/1/rules/config-package.mk
    99
     10DEB_UPDATE_RCD_PARAMS_sipb-xen-www += defaults 91 9
     11
    1012binary-fixup/sipb-xen-www::
    1113        svn co $$(invirt-getconf svn.uri)/trunk/packages/sipb-xen-www/code/ $(DEB_DESTDIR)/var/www/sipb-xen-www
  • trunk/packages/sipb-xen-www/debian/sipb-xen-www.postinst

    r308 r1047  
    2525        chgrp -R sipb-xen .
    2626        chmod -R g+w .
     27       
     28        # Our init script proxies all requests Apache's, so Apache's
     29        # running is just a NOP
     30        update-rc.d -f apache2 remove
    2731    ;;
    2832
Note: See TracChangeset for help on using the changeset viewer.