Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37908802
en ru br
ALT Linux repos
S:2.39.2-alt1
5.0: 2.14.1-alt1
4.1: 2.13-alt8
4.0: 2.12r-alt6
3.0: 2.12q-alt1

Group :: System/Base
RPM: util-linux

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: util-linux-2.12p-alt-citi-05-mount-sloppy-fix.patch
Download


diff -uNr util-linux-2.12p-orig/mount/nfsmount.c util-linux-2.12p/mount/nfsmount.c
--- util-linux-2.12p-orig/mount/nfsmount.c	2005-02-21 15:21:48 +0300
+++ util-linux-2.12p/mount/nfsmount.c	2005-02-21 15:25:48 +0300
@@ -712,7 +712,7 @@
 					data->flags |= NFS_MOUNT_BROKEN_SUID;
 				}
 #endif
-			} else {
+			} else if (!sloppy) {
 			bad_option:
 				printf(_("Unsupported nfs mount option: "
 					 "%s%s\n"), val ? "" : "no", opt);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin