]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-umount-sysfs.patch
- patches from fedora (details in patches if not obvious)
[packages/util-linux.git] / util-linux-umount-sysfs.patch
1 - umount -a should not unmount sysfs
2
3 --- util-linux-2.13-pre6/mount/umount.c.sysfs   2006-02-23 10:09:53.000000000 +0100
4 +++ util-linux-2.13-pre6/mount/umount.c 2006-02-23 10:10:39.000000000 +0100
5 @@ -734,7 +734,7 @@
6         if (all) {
7                 /* nodev stuff: sysfs, usbfs, oprofilefs, ... */
8                 if (types == NULL)
9 -                       types = "noproc,nodevfs,nodevpts";
10 +                       types = "noproc,nodevfs,nodevpts,nosysfs";
11                 result = umount_all (types, test_opts);
12         } else if (argc < 1) {
13                 usage (stderr, 2);
This page took 0.058417 seconds and 3 git commands to generate.