chutzpah    14/06/14 23:25:41

  Added:                ganeti-lockdir.patch
  Log:
  Revision bump, move the lock dir to /run/lock rather than /var/lock (bug 
#480534)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.1                  app-emulation/ganeti/files/ganeti-lockdir.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/files/ganeti-lockdir.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/files/ganeti-lockdir.patch?rev=1.1&content-type=text/plain

Index: ganeti-lockdir.patch
===================================================================
diff --git a/lib/pathutils.py b/lib/pathutils.py
index db860ff..53a9cc4 100644
--- a/lib/pathutils.py
+++ b/lib/pathutils.py
@@ -63,9 +63,9 @@ ETC_HOSTS = vcluster.ETC_HOSTS
 
 # Top-level paths
 DATA_DIR = LOCALSTATEDIR + "/lib/ganeti"
-LOCK_DIR = LOCALSTATEDIR + "/lock"
+LOCK_DIR = "/run/lock"
 LOG_DIR = LOCALSTATEDIR + "/log/ganeti"
 RUN_DIR = "/run/ganeti"
 
 #: Script to configure master IP address
 DEFAULT_MASTER_SETUP_SCRIPT = TOOLSDIR + "/master-ip-setup"




Reply via email to