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 1Pp1tR-0000La-Jd for garchives@archives.gentoo.org; Mon, 14 Feb 2011 17:07:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08AF4E0B62; Mon, 14 Feb 2011 17:07:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C5275E0B62 for ; Mon, 14 Feb 2011 17:07:13 +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 4A7851B402B for ; Mon, 14 Feb 2011 17:07:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 96F478006A for ; Mon, 14 Feb 2011 17:07:12 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <11fcb0217e952fc9597ddfdb3d6ea110c3b37fcc.vapier@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/hwclock.in X-VCS-Directories: init.d/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 11fcb0217e952fc9597ddfdb3d6ea110c3b37fcc Date: Mon, 14 Feb 2011 17:07:12 +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: 70757ca7864f3898b1fb624de7511a55 commit: 11fcb0217e952fc9597ddfdb3d6ea110c3b37fcc Author: Mike Frysinger gentoo org> AuthorDate: Sun Feb 6 18:23:53 2011 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Feb 14 17:06:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D11fcb021 hwclock: fix typo from an earlier style commit Signed-off-by: Mike Frysinger gentoo.org> --- init.d/hwclock.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/hwclock.in b/init.d/hwclock.in index f673d35..640d997 100644 --- a/init.d/hwclock.in +++ b/init.d/hwclock.in @@ -91,7 +91,7 @@ start() # If setting UTC, don't bother to run hwclock when first booting # as that's the default if [ "$PREVLEVEL" !=3D N -o \ - "$utc_cmd}" !=3D --utc -o \ + "$utc_cmd" !=3D --utc -o \ -n "$clock_args" ]; then if yesno $clock_hctosys; then