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

"CVS commits notifications of OTRS.org" <[email protected]> Tue, 9 Apr 2013 12:18:05 +0000
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/UnitTest/bin
In directory lancelot:/tmp/cvs-serv4883/bin

Modified Files:
	UnitTestAutoSetup.pl 
Log Message:
Set permissions to the postgres socket on Gentoo systems to fix connection problems with the otrs system user.

Author: mh

Index: UnitTestAutoSetup.pl
===================================================================
RCS file: /home/cvs/UnitTest/bin/UnitTestAutoSetup.pl,v
retrieving revision 1.270
retrieving revision 1.271
diff -2 -u -d -r1.270 -r1.271
--- UnitTestAutoSetup.pl	8 Apr 2013 13:52:10 -0000	1.270
+++ UnitTestAutoSetup.pl	9 Apr 2013 12:17:59 -0000	1.271
@@ -813,4 +813,7 @@
         sleep 5;
 
+        # changes permission to the postgres socket (in special for Gentoo systems)
+        system "chmod 775 /run/postgresql";
+
         # create drop commands
         my $PGVacuumCommands = 'vacuum full;';
---------------------------------------------------------------------
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