wok diff phppgadmin/receipt @ rev 7324

mirror-tools: add /etc/lighttpd/vhosts.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 18 10:21:49 2010 +0100 (2010-11-18)
parents 3d3be71f0d56
children 63dadb73ee17
line diff
     1.1 --- a/phppgadmin/receipt	Fri Aug 28 13:29:13 2009 +0000
     1.2 +++ b/phppgadmin/receipt	Thu Nov 18 10:21:49 2010 +0100
     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