Marcus Meissner
73f4264f19
- Move lock file to /run/lock so it wont interfere with systemd. OBS-URL: https://build.opensuse.org/request/show/143482 OBS-URL: https://build.opensuse.org/package/show/Base:System/dmraid?expand=0&rev=28
14 lines
422 B
Diff
14 lines
422 B
Diff
Index: 1.0.0.rc16/lib/locking/locking.c
|
|
===================================================================
|
|
--- 1.0.0.rc16.orig/lib/locking/locking.c
|
|
+++ 1.0.0.rc16/lib/locking/locking.c
|
|
@@ -12,7 +12,7 @@
|
|
#include "internal.h"
|
|
|
|
/* File locking private data. */
|
|
-static const char *lock_file = "/var/lock/dmraid/.lock";
|
|
+static const char *lock_file = "/run/lock/dmraid/.lock";
|
|
static int lf = -1;
|
|
|
|
/* flock file. */
|