wok-current diff phppgadmin/receipt @ rev 25685
Add checkspace / fetchall feature for tazpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 14 20:28:39 2024 +0000 (8 months ago) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/phppgadmin/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/phppgadmin/receipt Thu Mar 14 20:28:39 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="phppgadmin" 1.7 -VERSION="7.12.1" 1.8 +VERSION="7.13.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Administration of postgresql over the Web." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -35,7 +35,8 @@ 1.13 ln -s /etc/phppgadmin $fs/usr/share/phppgadmin/conf 1.14 mv -f $fs/etc/phppgadmin/config.inc.php-dist \ 1.15 $fs/etc/phppgadmin/config.inc.php 1.16 - sed -i -e "s/conf\['extra_login_security'\] = true/conf['extra_login_security'] = false/" $fs/etc/phppgadmin/config.inc.php 1.17 + sed -i -e "s/conf\['extra_login_security'\] = true/conf['extra_login_security'] = false/" \ 1.18 + $fs/etc/phppgadmin/config.inc.php 1.19 cp stuff/phppgadmin.desktop $fs/usr/share/applications 1.20 chown -R www.www $fs/usr/share/phppgadmin 1.21 chown -R www.www $fs/etc/phppgadmin 1.22 @@ -50,7 +51,8 @@ 1.23 then 1.24 if ! grep -q /usr/share/phppgadmin/ "$1/etc/lighttpd/lighttpd.conf" 1.25 then 1.26 - sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/phppgadmin/" => "/usr/share/phppgadmin/",|g' -i "$1/etc/lighttpd/lighttpd.conf" 1.27 + sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/phppgadmin/" => "/usr/share/phppgadmin/",|g' \ 1.28 + -i "$1/etc/lighttpd/lighttpd.conf" 1.29 if [ -z "$1" ] 1.30 then 1.31 # Start Web server.