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 1RzeDU-0008TA-UB for garchives@archives.gentoo.org; Tue, 21 Feb 2012 01:08:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F01CE0EB8; Tue, 21 Feb 2012 01:08:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C9BFFE0EB8 for ; Tue, 21 Feb 2012 01:08:20 +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 3A3701B400E for ; Tue, 21 Feb 2012 01:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EC4D1E53FF for ; Tue, 21 Feb 2012 01:08:18 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1329786474.3c602e7422019430737cbf67f26f9cc30fb00f87.anarchy@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/rc.c X-VCS-Directories: src/rc/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 3c602e7422019430737cbf67f26f9cc30fb00f87 X-VCS-Branch: master Date: Tue, 21 Feb 2012 01:08:18 +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: 4077ec43-93e6-4c5e-895d-64c4128a3302 X-Archives-Hash: 4c68a383ace5a425a4a040ed886b98ca commit: 3c602e7422019430737cbf67f26f9cc30fb00f87 Author: Jory A. Pratt gentoo org> AuthorDate: Tue Feb 21 01:07:54 2012 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Feb 21 01:07:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D3c602e74 remove the warning about falling back to autodetection --- src/rc/rc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/rc/rc.c b/src/rc/rc.c index 77d2c6d..40b6293 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -831,7 +831,6 @@ main(int argc, char **argv) if (bootlevel) printf("%s\n", bootlevel); } else { - ewarn("WARNING: rc_sys not defined in rc.conf. Falling back to autom= atic detection"); bootlevel =3D rc_sys_v1(); if (bootlevel) printf("%s\n", bootlevel);