From 42f8b18bc27b0143edee8fd598eee853d6ca47f9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 20 Nov 2018 09:54:36 -0600 Subject: Eduardas Meile asked umount to ignore -c due to broken init systems. --- toys/lsb/umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/lsb') diff --git a/toys/lsb/umount.c b/toys/lsb/umount.c index cebe2f0a..d67d41fb 100644 --- a/toys/lsb/umount.c +++ b/toys/lsb/umount.c @@ -8,7 +8,7 @@ * nor per-process mount namespaces can work sanely with mtab. The kernel * tracks mount points now, a userspace application can't do so anymore. -USE_UMOUNT(NEWTOY(umount, "ndDflrat*v[!na]", TOYFLAG_BIN|TOYFLAG_STAYROOT)) +USE_UMOUNT(NEWTOY(umount, "cndDflrat*v[!na]", TOYFLAG_BIN|TOYFLAG_STAYROOT)) config UMOUNT bool "umount" -- cgit v1.2.3