X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpatches%2F06-dont-check-exec-bit.patch;fp=debian%2Fpatches%2F06-dont-check-exec-bit.patch;h=0000000000000000000000000000000000000000;hb=11f7f19cb8456cc9a5e01d1791279307b57828d0;hp=28606e2f46c73644c88b0b38772443544c07ac89;hpb=2dd083c5bdb5b38729b46dc65c886c77aa5a82b9;p=nfs-utils.git diff --git a/debian/patches/06-dont-check-exec-bit.patch b/debian/patches/06-dont-check-exec-bit.patch deleted file mode 100644 index 28606e2..0000000 --- a/debian/patches/06-dont-check-exec-bit.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: nfs-utils-1.1.2/utils/mount/mount.c -=================================================================== ---- nfs-utils-1.1.2.orig/utils/mount/mount.c 2008-07-11 18:59:58.000000000 +0200 -+++ nfs-utils-1.1.2/utils/mount/mount.c 2008-07-11 18:59:58.000000000 +0200 -@@ -381,10 +381,6 @@ - mount_error(NULL, mount_point, ENOTDIR); - return 1; - } -- if (access(mount_point, X_OK) < 0) { -- mount_error(NULL, mount_point, errno); -- return 1; -- } - - return 0; - }