Changeset 1223
- Timestamp:
- Apr 20, 2016, 8:27:15 AM (5 years ago)
- Location:
- php5-lliurex-compat/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
php5-lliurex-compat/fuentes/debian/changelog
r1222 r1223 1 php5-lliurex-compat (0.2) xenial; urgency=medium 2 3 * Fixes 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Wed, 20 Apr 2016 08:23:45 +0200 6 1 7 php5-lliurex-compat (0.1) xenial; urgency=medium 2 8 -
php5-lliurex-compat/fuentes/debian/postinst
r1221 r1223 17 17 # for details, see https://www.debian.org/doc/debian-policy/ or 18 18 # the debian-policy package 19 functionsetup_apache(){19 setup_apache(){ 20 20 if [ ! -f /usr/share/doc/apache2/examples/setup-instance ]; then 21 21 echo "ERROR: setup-instance from apache2 not found !!!" 22 22 exit 1 23 23 fi 24 /usr/share/doc/apache2/examples/setup-instance lliurex24 bash /usr/share/doc/apache2/examples/setup-instance lliurex 25 25 } 26 functionchange_ports(){26 change_ports(){ 27 27 if [ ! -d /etc/apache2-lliurex ]; then 28 28 echo "ERROR: /etc/apache2-lliurex not found !!!" … … 36 36 done; 37 37 } 38 f unction fix_mods(){39 a2dismod-lliurex php7.0 || true40 a2dismod php5 || true38 fix_mods(){ 39 /usr/sbin/a2dismod-lliurex php7.0 || true 40 /usr/sbin/a2dismod php5 || true 41 41 if [ -f /etc/apache2-lliurex/mods-available/php7.0.conf ]; then 42 42 mv /etc/apache2-lliurex/mods-available/php7.0.conf /etc/apache2-lliurex/mods-available/php7.0.conf.disabled
Note: See TracChangeset
for help on using the changeset viewer.