wok rev 25138

updated phppgadmin (7.12.1 -> 7.13.0)
author Hans-G?nter Theisgen
date Wed Jun 29 11:15:15 2022 +0100 (22 months ago)
parents eb2b710f40e2
children 7d834c8a352e
files phppgadmin/receipt
line diff
     1.1 --- a/phppgadmin/receipt	Wed Jun 29 11:08:48 2022 +0100
     1.2 +++ b/phppgadmin/receipt	Wed Jun 29 11:15:15 2022 +0100
     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.