SOURCES: util-linux-mount.helper-fake.patch (NEW) - pass -f (fake ...

baggins baggins at pld-linux.org
Thu Mar 22 16:49:48 CET 2007


Author: baggins                      Date: Thu Mar 22 15:49:48 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- pass -f (fake mount) to helper program (ex. mount.nfs)

---- Files affected:
SOURCES:
   util-linux-mount.helper-fake.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/util-linux-mount.helper-fake.patch
diff -u /dev/null SOURCES/util-linux-mount.helper-fake.patch:1.1
--- /dev/null	Thu Mar 22 16:49:48 2007
+++ SOURCES/util-linux-mount.helper-fake.patch	Thu Mar 22 16:49:42 2007
@@ -0,0 +1,11 @@
+--- util-linux-2.12r/mount/mount.c~	2007-03-20 19:39:37.000000000 +0100
++++ util-linux-2.12r/mount/mount.c	2007-03-22 16:45:27.000000000 +0100
+@@ -805,6 +805,8 @@
+ 		      mountargs[i++] = "-n";
+ 		 if (verbose)
+ 		      mountargs[i++] = "-v";
++		 if (fake)
++		      mountargs[i++] = "-f";
+ 		 if (oo && *oo) {
+ 		      mountargs[i++] = "-o";
+ 		      mountargs[i++] = oo;
================================================================


More information about the pld-cvs-commit mailing list