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 1RwePb-0003eS-AM for garchives@archives.gentoo.org; Sun, 12 Feb 2012 18:44:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D8C4E06D0; Sun, 12 Feb 2012 18:44:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3AE2CE06D0 for ; Sun, 12 Feb 2012 18:44:28 +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 9B0A01B4017 for ; Sun, 12 Feb 2012 18:44:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 30BD0E5400 for ; Sun, 12 Feb 2012 18:44:26 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <09c8c8ed9fabffe34570099009d81978aa85d899.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/swap.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 09c8c8ed9fabffe34570099009d81978aa85d899 Date: Sun, 12 Feb 2012 18:44:26 +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: 9c8f83bc-906a-4532-b0db-2a851abe1069 X-Archives-Hash: d8ee0e54bff0e63ac8783300726f7137 commit: 09c8c8ed9fabffe34570099009d81978aa85d899 Author: William Hubbs gentoo org> AuthorDate: Sun Feb 12 18:38:37 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Feb 12 18:38:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D09c8c8ed Fix typo in swap script --- init.d/swap.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/swap.in b/init.d/swap.in index fef8ab3..bd20ffe 100644 --- a/init.d/swap.in +++ b/init.d/swap.in @@ -23,7 +23,7 @@ stop() ebegin "Deactivating swap devices" =20 # Try to unmount all tmpfs filesystems not in use, else a deadlock may - # occure. As $RC_SVCDIR may also be tmpfs we cd to it to lock it + # occur. As $RC_SVCDIR may also be tmpfs we cd to it to lock it cd "$RC_SVCDIR" umount -a -t tmpfs 2>/dev/null =20