From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EB97B1381F3 for ; Tue, 6 Nov 2012 23:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6509E0675; Tue, 6 Nov 2012 23:03:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2417BE0675 for ; Tue, 6 Nov 2012 23:03:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6968F33DAE5 for ; Tue, 6 Nov 2012 23:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 10118E5442 for ; Tue, 6 Nov 2012 23:03:21 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1352242976.87daa26ca77a4d564959f7ab263cbc53d8925fb5.robbat2@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/mtab.in X-VCS-Directories: init.d/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 87daa26ca77a4d564959f7ab263cbc53d8925fb5 X-VCS-Branch: master Date: Tue, 6 Nov 2012 23:03:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3cccf1b2-9573-4b0f-b888-28587ba37783 X-Archives-Hash: 1b6b4e78dde20497992a90a0e3e1c7b0 commit: 87daa26ca77a4d564959f7ab263cbc53d8925fb5 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Nov 6 23:02:56 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Nov 6 23:02:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=87daa26c init.d/mtab: Another instance of the same pattern matching case. Signed-off-by: Robin H. Johnson gentoo.org> --- init.d/mtab.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/mtab.in b/init.d/mtab.in index 0be5adb..a32b8d6 100644 --- a/init.d/mtab.in +++ b/init.d/mtab.in @@ -28,7 +28,7 @@ start() # makes / readonly and dismounts all tmpfs even if in use which is # not good. Luckily, umount uses /etc/mtab instead of /proc/mounts # which allows this hack to work. - grep -v "^[^ ]* / tmpfs " /proc/mounts > /etc/mtab + grep -v "^[! ]* / tmpfs " /proc/mounts > /etc/mtab # Remove stale backups rm -f /etc/mtab~ /etc/mtab~~