From 607866fb4ab1958e9ab87a321144acb8c2043dcb Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 21 May 2013 14:33:15 +0000 Subject: [PATCH] fix defect 16288, verified with Jarrod git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16379 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index 5fb734d11..38741b90a 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -70,7 +70,7 @@ require xCAT::NotifHandler; my $dbworkerpid; #The process id of the database worker my $dbworkersocket; -my $dbsockpath = "/tmp/xcat/dbworker.sock.".$$; +my $dbsockpath = "/var/run/xcat/dbworker.sock.".$$; my $exitdbthread; my $dbobjsforhandle; my $intendedpid;