Changeset 337

Show
Ignore:
Timestamp:
05/03/08 09:37:50 (7 months ago)
Author:
trivoallan
Message:

cleverbox : moved apache module enabling to postinst.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cleverbox/trunk/debian/rules

    r263 r337  
    1010        # Project documentation is superceded by dedicated Debian docs 
    1111        rm -r debian/cleverbox/usr/share/doc 
    12          
    13 binary-install/cleverbox:: 
    14          
    15         # Enable mandatory apache modules 
    16         a2enmod dav_fs 
    17         a2enmod dav_svn 
    1812 
    19         # Reload apache 
    20         /etc/init.d/apache2 reload