Description: Fix default pidfile paths
 This patch points default pidfild paths under /run
Author: Gennaro Oliva <oliva.g@na.icar.cnr.it>
Forwarded: no
Last-Update: 2019-02-12

--- munge-0.5.13.orig/src/libcommon/munge_defs.h
+++ munge-0.5.13/src/libcommon/munge_defs.h
@@ -134,7 +134,7 @@
 
 /*  String specifying the unix domain socket pathname for client-server comms.
  */
-#define MUNGE_SOCKET_NAME               X_LOCALSTATEDIR "/run/munge/munge.socket.2"
+#define MUNGE_SOCKET_NAME               "/run/munge/munge.socket.2"
 
 /*  Number of attempts a client makes connecting to the server before failing.
  */
@@ -203,7 +203,7 @@
 
 /*  String specifying the pathname of the daemon's pidfile.
  */
-#define MUNGED_PIDFILE                  X_LOCALSTATEDIR "/run/munge/munged.pid"
+#define MUNGED_PIDFILE                  "/run/munge/munged.pid"
 
 /*  String specifying the pathname of the random seed file.
  */
