From 6c1975385122eb2aff6b9419395dfa2758a88c63 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 14 May 2013 05:18:56 +0000 Subject: [PATCH] move "dbworker.sock.$$" from "/tmp/xcat" to "/var/run/xcat/" to avoid mis-deletion git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16288 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;