From c52a1a6eb4ad278a7b6d9eeeb9c7c88f73ca8d8c Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 25 Jul 2011 14:36:24 +0000 Subject: Mon Jul 25 14:36:20 UTC 2011 --- testing/nfs-utils/nfs-utils-1.1.4-no-exec.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 testing/nfs-utils/nfs-utils-1.1.4-no-exec.patch (limited to 'testing/nfs-utils/nfs-utils-1.1.4-no-exec.patch') diff --git a/testing/nfs-utils/nfs-utils-1.1.4-no-exec.patch b/testing/nfs-utils/nfs-utils-1.1.4-no-exec.patch deleted file mode 100644 index ea50a21d8..000000000 --- a/testing/nfs-utils/nfs-utils-1.1.4-no-exec.patch +++ /dev/null @@ -1,15 +0,0 @@ -ripped from Debian - ---- nfs-utils-1.1.2/utils/mount/mount.c -+++ nfs-utils-1.1.2/utils/mount/mount.c -@@ -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; - } -- cgit v1.2.3-54-g00ecf