From a07d3df748a32c8f87161df1679a042f2f366a87 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 8 Apr 2009 09:47:02 +0000 Subject: extra/nfs-utils: new aport --- extra/nfs-utils/nfs-utils-no-exec.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 extra/nfs-utils/nfs-utils-no-exec.patch (limited to 'extra/nfs-utils/nfs-utils-no-exec.patch') diff --git a/extra/nfs-utils/nfs-utils-no-exec.patch b/extra/nfs-utils/nfs-utils-no-exec.patch new file mode 100644 index 000000000..94a73d366 --- /dev/null +++ b/extra/nfs-utils/nfs-utils-no-exec.patch @@ -0,0 +1,13 @@ +--- utils/mount/mount.c Wed Apr 8 09:25:26 2009 ++++ utils/mount/mount.c Wed Apr 8 09:25:26 2009 +@@ -407,10 +407,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