summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2013-09-09 15:46:22 +0200
committerSven Eden <yamakuzure@gmx.net>2013-09-09 15:46:22 +0200
commit153bac578626dcf5809443cd759bd5c2c67c14e8 (patch)
tree896784f7862338107dde43519aebc04581db7107
parentufed no longer tries to write out use flags if the new $Portage::ro_mode is n... (diff)
downloadufed-153bac578626dcf5809443cd759bd5c2c67c14e8.tar.gz
ufed-153bac578626dcf5809443cd759bd5c2c67c14e8.tar.bz2
ufed-153bac578626dcf5809443cd759bd5c2c67c14e8.zip
The warning issued when make.conf is not writable is now prefixed with a "WARNING". Should be obvious now.
-rw-r--r--Portage.pm4
1 files 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: