Magellan Linux

Diff of /smage/trunk/core/serversystem/serversystem-0.7.94-r1.smage2

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

revision 7753 by niro, Wed Nov 11 13:10:08 2015 UTC revision 7754 by niro, Wed Nov 11 15:08:48 2015 UTC
# Line 70  postinstall() Line 70  postinstall()
70   local module   local module
71   for module in php5 phpmyadmin   for module in php5 phpmyadmin
72   do   do
73   if ! grep '^Include.*${module}.conf' ${MROOT}/etc/apache2/httpd.conf > /dev/null   if ! grep "^Include.*${module}.conf" ${MROOT}/etc/apache2/httpd.conf > /dev/null
74   then   then
75   echo 'Include /etc/apache2/modules.d/${module}.conf' >> ${MROOT}/etc/apache2/httpd.conf   echo "Include /etc/apache2/modules.d/${module}.conf" >> ${MROOT}/etc/apache2/httpd.conf
76   fi   fi
77   done   done
78    

Legend:
Removed from v.7753  
changed lines
  Added in v.7754