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 8FBE21381F3 for ; Tue, 10 Sep 2013 06:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A839E0919; Tue, 10 Sep 2013 06:36:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89A55E094E for ; Tue, 10 Sep 2013 06:36:37 +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 8513E33EC16 for ; Tue, 10 Sep 2013 06:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8FD75E545C for ; Tue, 10 Sep 2013 06:36:34 +0000 (UTC) From: "Sven Eden" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Eden" Message-ID: <1378734382.153bac578626dcf5809443cd759bd5c2c67c14e8.yamakuzure@gentoo> Subject: [gentoo-commits] proj/ufed:master commit in: / X-VCS-Repository: proj/ufed X-VCS-Files: Portage.pm X-VCS-Directories: / X-VCS-Committer: yamakuzure X-VCS-Committer-Name: Sven Eden X-VCS-Revision: 153bac578626dcf5809443cd759bd5c2c67c14e8 X-VCS-Branch: master Date: Tue, 10 Sep 2013 06:36:34 +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: 559cd139-6225-47c2-a1ba-d4b10784d72e X-Archives-Hash: 4a2ccc216535bfc4ea4f85a86f596e88 commit: 153bac578626dcf5809443cd759bd5c2c67c14e8 Author: Sven Eden gmx net> AuthorDate: Mon Sep 9 13:46:22 2013 +0000 Commit: Sven Eden gmx de> CommitDate: Mon Sep 9 13:46:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=153bac57 The warning issued when make.conf is not writable is now prefixed with a "WARNING". Should be obvious now. --- Portage.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Portage.pm b/Portage.pm index 5d21edf..0b6cace 100644 --- a/Portage.pm +++ b/Portage.pm @@ -740,8 +740,8 @@ sub _read_make_conf { my $egid = $); $egid =~ s/\s+.*$//; $ro_mode = 1; - print "$used_make_conf not writable by uid/gid $>/$egid\n"; - print "ufed will run in read-only-mode!\n"; + print "WARNING: $used_make_conf not writable by uid/gid $>/$egid\n"; + print "WARNING: ufed will run in read-only-mode!\n"; } # Note the conf state of the read flags: