Magellan Linux

Diff of /trunk/include/apache2-module.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/core/include/apache2-module.sminc revision 2 by niro, Fri Oct 10 13:29:42 2008 UTC branches/magellan-next/include/apache2-module.sminc revision 9863 by niro, Fri Jan 13 19:22:05 2012 UTC
# Line 3  Line 3 
3  sminclude mtools  sminclude mtools
4    
5  # some sane default dependencies and values  # some sane default dependencies and values
6  : ${PCATEGORIE="net-www"}  : ${PCAT="net-www"}
7  : ${DEPEND=">= net-www/apache2-2"}  : ${DEPEND=">= net-www/apache2-2"}
8    
9  # default SRCFILE SRCDIR and SRC_URI  # default SRCFILE SRCDIR and SRC_URI
# Line 84  apache2_modules_conf_install() Line 84  apache2_modules_conf_install()
84   else   else
85   echo "<IfModule !${APACHE_MOD}.c>" > ${APACHE_MOD}.conf   echo "<IfModule !${APACHE_MOD}.c>" > ${APACHE_MOD}.conf
86   echo " LoadModule ${APACHE_MOD/mod_/}_module modules/${APACHE_MOD}.so" >> ${APACHE_MOD}.conf   echo " LoadModule ${APACHE_MOD/mod_/}_module modules/${APACHE_MOD}.so" >> ${APACHE_MOD}.conf
87   echo "<IfModule>" >> ${APACHE_MOD}.conf   echo "</IfModule>" >> ${APACHE_MOD}.conf
88    
89   minstalldir ${APACHE_SYSCONFDIR}/modules.d   minstalldir ${APACHE_SYSCONFDIR}/modules.d
90   minstallfile ${APACHE_MOD}.conf ${APACHE_SYSCONFDIR}/modules.d || die   minstallfile ${APACHE_MOD}.conf ${APACHE_SYSCONFDIR}/modules.d || die

Legend:
Removed from v.2  
changed lines
  Added in v.9863