From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pouw5-0006u6-Qo for garchives@archives.gentoo.org; Mon, 14 Feb 2011 09:41:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDF7BE079C; Mon, 14 Feb 2011 09:41:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D952E079C for ; Mon, 14 Feb 2011 09:41:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD0DD1B4003 for ; Mon, 14 Feb 2011 09:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 26C338006A for ; Mon, 14 Feb 2011 09:41:28 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/localmount.in X-VCS-Directories: init.d/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: c8b5078660f2b94b3c64f0a71ea6cde7df76678e Date: Mon, 14 Feb 2011 09:41:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f7386ef930634c02457840c9b31916cd commit: c8b5078660f2b94b3c64f0a71ea6cde7df76678e Author: Anthony G. Basile opensource dyc edu= > AuthorDate: Mon Feb 14 09:41:08 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Feb 14 09:41:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dc8b50786 Fix bug #354805 --- init.d/localmount.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/localmount.in b/init.d/localmount.in index 2a8e96f..e2ea801 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -58,8 +58,8 @@ stop() =20 . "$RC_LIBEXECDIR"/sh/rc-mount.sh =20 - # Umount loopback devices - einfo "Unmounting loopback devices" + # Umount loop devices + einfo "Unmounting loop devices" eindent do_unmount "umount -d" --skip-point-regex "$no_umounts_r" \ --node-regex "^/dev/loop"