[otrs-cvs] UnitTest/bin UnitTestAutoSetup.pl,1.271,1.272

"CVS commits notifications of OTRS.org" <[email protected]> Wed, 10 Apr 2013 12:24:40 +0000
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/UnitTest/bin
In directory lancelot:/tmp/cvs-serv12862

Modified Files:
	UnitTestAutoSetup.pl 
Log Message:
Fixed problem with postgres sockets on gentoo systems.

Author: mh

Index: UnitTestAutoSetup.pl
===================================================================
RCS file: /home/cvs/UnitTest/bin/UnitTestAutoSetup.pl,v
retrieving revision 1.271
retrieving revision 1.272
diff -2 -u -d -r1.271 -r1.272
--- UnitTestAutoSetup.pl	9 Apr 2013 12:17:59 -0000	1.271
+++ UnitTestAutoSetup.pl	10 Apr 2013 12:24:35 -0000	1.272
@@ -841,4 +841,7 @@
         system "$Databases{$Database}->{Server} start";
         sleep 10;
+
+        # changes permission to the postgres socket (in special for Gentoo systems)
+        system "chmod 775 /run/postgresql";
     }
     elsif ( $Database eq 'oracle' ) {
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log