Changeset 263

Show
Ignore:
Timestamp:
02/23/08 13:37:30 (6 months ago)
Author:
trivoallan
Message:

cleverbox :

  • Added automatic apache modules enabling in debian package postinst. Fixes #33
  • Restored wrongly deleted INSTALL file
  • Added deb install instructions in INSTALL
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cleverbox/branches/0.4/debian/rules

    r237 r263  
    77 
    88install/cleverbox:: 
     9 
    910        # Project documentation is superceded by dedicated Debian docs 
    1011        rm -r debian/cleverbox/usr/share/doc 
     12         
     13binary-install/cleverbox:: 
     14         
     15        # Enable mandatory apache modules 
     16        a2enmod dav_fs 
     17        a2enmod dav_svn 
     18 
     19        # Reload apache 
     20        /etc/init.d/apache2 reload 
  • cleverbox/trunk/debian/rules

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