From 576b6208d6defe240bfa2477d6dd19f1ed83bfaf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 2 Sep 2019 05:23:45 +0200 Subject: Cleaned most of outdated stuff --- .../files/util-linux-2.12-only-root-can-remount.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sys-apps/util-linux/files/util-linux-2.12-only-root-can-remount.patch (limited to 'sys-apps/util-linux/files/util-linux-2.12-only-root-can-remount.patch') diff --git a/sys-apps/util-linux/files/util-linux-2.12-only-root-can-remount.patch b/sys-apps/util-linux/files/util-linux-2.12-only-root-can-remount.patch deleted file mode 100644 index 2a1d44c..0000000 --- a/sys-apps/util-linux/files/util-linux-2.12-only-root-can-remount.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- util-linux-2.13-pre2/mount/umount.c -+++ util-linux-2.13-pre3/mount/umount.c -@@ -707,7 +707,7 @@ - - if (getuid () != geteuid ()) { - suid = 1; -- if (all || types || nomtab || force) -+ if (all || types || nomtab || force || remount) - die (2, _("umount: only root can do that")); - } - -- cgit v1.2.3