Changeset 1209 for pmb4.2/trunk/fuentes
- Timestamp:
- Apr 19, 2016, 1:13:42 PM (5 years ago)
- Location:
- pmb4.2/trunk/fuentes
- Files:
-
- 4 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pmb4.2/trunk/fuentes/debian/changelog
r1179 r1209 1 pmb (4.2.6+lliurex6) xenial; urgency=medium 2 3 * Remove depends with php7.0 4 * Fix depends with php5-lliurex 5 6 -- Juan Ramon Pelegrina <juapesai@hotmail.com> Tue, 19 Apr 2016 12:52:25 +0200 7 1 8 pmb (4.2.6+lliurex5) xenial; urgency=medium 2 9 -
pmb4.2/trunk/fuentes/debian/control
r1179 r1209 9 9 Package: pmb 10 10 Architecture: any 11 Depends: ${misc:Depends}, mysql-server, mysql-client, php 7.0-mysql, libapache2-mod-php7.0, php7.0-gd, php7.0-recode, php-fpdf, php7.0-xsl, php5-yaz, yaz11 Depends: ${misc:Depends}, mysql-server, mysql-client, php5-mysql, libapache2-mod-php5, php5-gd, php5-recode, php-fpdf, php5-xsl, php5-yaz, yaz 12 12 Description: Integrated Library Management System 13 13 PMB (4.2.6) is an entirely free ILS (Integrated Library management System). -
pmb4.2/trunk/fuentes/debian/pmb.postinst
r860 r1209 53 53 54 54 # Reloading apache 55 service apache2 reload55 service apache2-lliurex reload 56 56 ;; 57 57 -
pmb4.2/trunk/fuentes/pmb/lliurex/utilidades/phpiniconf.sh
r1177 r1209 1 1 #!/bin/bash 2 2 3 php_file="/etc/php 7/apache2/php.ini"3 php_file="/etc/php5/apache2/php.ini" 4 4 5 5 … … 46 46 fi 47 47 do_set_variable $2 $3 48 /etc/init.d/apache2 reload48 /etc/init.d/apache2-lliurex reload 49 49 ;; 50 50 "--pmb") … … 52 52 do_set_variable max_execution_time 150 53 53 do_set_variable post_max_size 20M 54 /etc/init.d/apache2 reload54 /etc/init.d/apache2-lliurex reload 55 55 ;; 56 56 "--restore") … … 58 58 do_set_variable max_execution_time 30 59 59 do_set_variable post_max_size 20M 60 /etc/init.d/apache2 reload60 /etc/init.d/apache2-lliurex reload 61 61 ;; 62 62 *) usage
Note: See TracChangeset
for help on using the changeset viewer.