got psql: FATAL: Ident authentication failed for user "root" on install
authorRoland Hieber <devnull@localhost>
Fri, 23 Oct 2009 10:15:50 +0000 (12:15 +0200)
committerRoland Hieber <devnull@localhost>
Fri, 23 Oct 2009 10:15:50 +0000 (12:15 +0200)
debian/postinst

index f5e9b4d..ec6a94a 100755 (executable)
@@ -2,6 +2,8 @@
 touch /usr/share/iserv/www/inc/mod_room-reservation/config.inc
 chmod g+w /usr/share/iserv/www/inc/mod_room-reservation/config.inc
 chgrp www-data /usr/share/iserv/www/inc/mod_room-reservation/config.inc
+export PGDATABASE=iserv
+export PGUSER=postgres
 chkdb -r
 chkpriv
 chklocale
This page took 0.028912 seconds and 4 git commands to generate.