]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- pass -f (fake mount) to helper program (ex. mount.nfs)
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 22 Mar 2007 15:49:42 +0000 (15:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-mount.helper-fake.patch -> 1.1

util-linux-mount.helper-fake.patch [new file with mode: 0644]

diff --git a/util-linux-mount.helper-fake.patch b/util-linux-mount.helper-fake.patch
new file mode 100644 (file)
index 0000000..7ae7989
--- /dev/null
@@ -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;
This page took 0.137054 seconds and 4 git commands to generate.