X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpatches%2F05-refuse-non-ident-maptypes.patch;fp=debian%2Fpatches%2F05-refuse-non-ident-maptypes.patch;h=0000000000000000000000000000000000000000;hb=8ce9acadf0a939c7e264149fe63ca90b2305b000;hp=c2c93f48b9485494b130cafc65f8e694487c2143;hpb=582e963f4aa62c9c6957c3868d487a82385cc5a1;p=nfs-utils.git diff --git a/debian/patches/05-refuse-non-ident-maptypes.patch b/debian/patches/05-refuse-non-ident-maptypes.patch deleted file mode 100644 index c2c93f4..0000000 --- a/debian/patches/05-refuse-non-ident-maptypes.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: nfs-utils-1.0.11~git-20060117/utils/mountd/cache.c -=================================================================== ---- nfs-utils-1.0.11~git-20060117.orig/utils/mountd/cache.c -+++ nfs-utils-1.0.11~git-20060117/utils/mountd/cache.c -@@ -377,6 +377,12 @@ int cache_export(nfs_export *exp) - int err; - FILE *f; - -+ if (exp->m_export.e_maptype != CLE_MAP_IDENT) { -+ xlog(L_ERROR, "%s: unsupported mapping; kernel supports only 'identity' (default)", -+ exp->m_export.m_path); -+ return; -+ } -+ - f = fopen("/proc/net/rpc/auth.unix.ip/channel", "w"); - if (!f) - return -1;