aports/main/nfs-utils/nfs-utils-no-exec.patch
Natanael Copa b70981b68e moved extra/* to main/
and fixed misc build issues
2009-07-24 08:01:31 +00:00

14 lines
295 B
Diff

--- 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;
}