]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-umount-sysfs.patch
- new
[packages/util-linux.git] / util-linux-umount-sysfs.patch
CommitLineData
5545a732
JR
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.027269 seconds and 4 git commands to generate.