]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-mount.helper-fake.patch
- new
[packages/util-linux.git] / util-linux-mount.helper-fake.patch
1 --- util-linux-2.12r/mount/mount.c~     2007-03-20 19:39:37.000000000 +0100
2 +++ util-linux-2.12r/mount/mount.c      2007-03-22 16:45:27.000000000 +0100
3 @@ -805,6 +805,8 @@
4                       mountargs[i++] = "-n";
5                  if (verbose)
6                       mountargs[i++] = "-v";
7 +                if (fake)
8 +                     mountargs[i++] = "-f";
9                  if (oo && *oo) {
10                       mountargs[i++] = "-o";
11                       mountargs[i++] = oo;
This page took 0.025103 seconds and 3 git commands to generate.