# HG changeset patch # User Hans-G?nter Theisgen # Date 1656497715 -3600 # Node ID 020433b7aef731fd2e2d6808f058c3cb6fb80a60 # Parent eb2b710f40e21b3b03f87aa148e0678111348982 updated phppgadmin (7.12.1 -> 7.13.0) diff -r eb2b710f40e2 -r 020433b7aef7 phppgadmin/receipt --- a/phppgadmin/receipt Wed Jun 29 11:08:48 2022 +0100 +++ b/phppgadmin/receipt Wed Jun 29 11:15:15 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="phppgadmin" -VERSION="7.12.1" +VERSION="7.13.0" CATEGORY="misc" SHORT_DESC="Administration of postgresql over the Web." MAINTAINER="pascal.bellard@slitaz.org" @@ -35,7 +35,8 @@ ln -s /etc/phppgadmin $fs/usr/share/phppgadmin/conf mv -f $fs/etc/phppgadmin/config.inc.php-dist \ $fs/etc/phppgadmin/config.inc.php - sed -i -e "s/conf\['extra_login_security'\] = true/conf['extra_login_security'] = false/" $fs/etc/phppgadmin/config.inc.php + sed -i -e "s/conf\['extra_login_security'\] = true/conf['extra_login_security'] = false/" \ + $fs/etc/phppgadmin/config.inc.php cp stuff/phppgadmin.desktop $fs/usr/share/applications chown -R www.www $fs/usr/share/phppgadmin chown -R www.www $fs/etc/phppgadmin @@ -50,7 +51,8 @@ then if ! grep -q /usr/share/phppgadmin/ "$1/etc/lighttpd/lighttpd.conf" then - sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/phppgadmin/" => "/usr/share/phppgadmin/",|g' -i "$1/etc/lighttpd/lighttpd.conf" + sed -e 's|.*"/examples/" => "/usr/share/examples/",| "/examples/" => "/usr/share/examples/",\n "/phppgadmin/" => "/usr/share/phppgadmin/",|g' \ + -i "$1/etc/lighttpd/lighttpd.conf" if [ -z "$1" ] then # Start Web server.