]> git.decadent.org.uk Git - nfs-utils.git/blob - 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
1 From: Andreas Henriksson <andreas@fatal.se>
2 Subject: move of rpc_pipefs mountpoint to /run breaks gssd
3
4 This is a followup patch for gssd also needing to know about the new
5 rpc_pipefs location, as mentioned in https://bugs.debian.org/828826
6
7 Bug-Debian: https://bugs.debian.org/632141
8
9 --- a/utils/gssd/gssd.h
10 +++ b/utils/gssd/gssd.h
11 @@ -38,7 +38,7 @@
12  #define MAX_FILE_NAMELEN       32
13  #define FD_ALLOC_BLOCK         256
14  #ifndef GSSD_PIPEFS_DIR
15 -#define GSSD_PIPEFS_DIR                "/var/lib/nfs/rpc_pipefs"
16 +#define GSSD_PIPEFS_DIR                "/run/rpc_pipefs"
17  #endif
18  #define INFO                   "info"
19  #define KRB5                   "krb5"