X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fpatches%2Funbreak-gssd-rpc_pipefs-run.patch;fp=debian%2Fpatches%2Funbreak-gssd-rpc_pipefs-run.patch;h=bdf273fc984aee3630afabd1739aeb221195d37a;hp=0000000000000000000000000000000000000000;hb=45e5820959ae49256747cae78f0d18d0ca61bb06;hpb=afdaac552004aa553336a1775ed047896701b4e9 diff --git a/debian/patches/unbreak-gssd-rpc_pipefs-run.patch b/debian/patches/unbreak-gssd-rpc_pipefs-run.patch new file mode 100644 index 0000000..bdf273f --- /dev/null +++ b/debian/patches/unbreak-gssd-rpc_pipefs-run.patch @@ -0,0 +1,19 @@ +From: Andreas Henriksson +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"