wok rev 7008

Up: phppgadmin to 4.2.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 31 13:14:27 2010 +0000 (2010-10-31)
parents ac62717b2e7d
children 540f739d39f8
files phppgadmin/receipt
line diff
     1.1 --- a/phppgadmin/receipt	Sun Oct 31 13:07:12 2010 +0000
     1.2 +++ b/phppgadmin/receipt	Sun Oct 31 13:14:27 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="phppgadmin"
     1.7 -VERSION="4.2.2"
     1.8 +VERSION="4.2.3"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Administration of postgresql over the Web."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -19,6 +19,7 @@
    1.13  	cp -a $src/. $fs/usr/share/phppgadmin
    1.14  	mv $fs/usr/share/phppgadmin/conf $fs/etc/phppgadmin
    1.15  	ln -s /etc/phppgadmin $fs/usr/share/phppgadmin/conf
    1.16 +	mv -f $fs/etc/phppgadmin/config.inc.php-dist $fs/etc/phppgadmin/config.inc.php
    1.17  	sed -i -e "s/conf\['extra_login_security'\] = true/conf['extra_login_security'] = false/" $fs/etc/phppgadmin/config.inc.php
    1.18  	cp stuff/phppgadmin.desktop $fs/usr/share/applications
    1.19  	chown -R www.www $fs/usr/share/phppgadmin $fs/etc/phppgadmin