]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/patches/unbreak-gssd-rpc_pipefs-run.patch
Import Debian patch 1:1.2.8-9.2
[nfs-utils.git] / debian / patches / unbreak-gssd-rpc_pipefs-run.patch
diff --git a/debian/patches/unbreak-gssd-rpc_pipefs-run.patch b/debian/patches/unbreak-gssd-rpc_pipefs-run.patch
new file mode 100644 (file)
index 0000000..bdf273f
--- /dev/null
@@ -0,0 +1,19 @@
+From: Andreas Henriksson <andreas@fatal.se>
+Subject: move of rpc_pipefs mountpoint to /run breaks gssd
+
+This is a followup patch for gssd also needing to know about the new
+rpc_pipefs location, as mentioned in https://bugs.debian.org/828826
+
+Bug-Debian: https://bugs.debian.org/632141
+
+--- a/utils/gssd/gssd.h
++++ b/utils/gssd/gssd.h
+@@ -38,7 +38,7 @@
+ #define MAX_FILE_NAMELEN      32
+ #define FD_ALLOC_BLOCK                256
+ #ifndef GSSD_PIPEFS_DIR
+-#define GSSD_PIPEFS_DIR               "/var/lib/nfs/rpc_pipefs"
++#define GSSD_PIPEFS_DIR               "/run/rpc_pipefs"
+ #endif
+ #define INFO                  "info"
+ #define KRB5                  "krb5"