summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-08 17:13:39 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-08 17:13:39 +0000
commit61d3e9740baa90dd2f78028500b8152de45dbcd6 (patch)
treedb219aea85dae6d47053916ac4c429be021a01ab /urpmf
parentc752ed95114cfe4a5d6289230f6cd3dcb1874ee3 (diff)
downloadurpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.tar
urpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.tar.gz
urpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.tar.bz2
urpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.tar.xz
urpmi-61d3e9740baa90dd2f78028500b8152de45dbcd6.zip
Use stdout for informational messages, not stderr
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf6
1 files changed, 3 insertions, 3 deletions
diff --git a/urpmf b/urpmf
index 4f8762c6..ed9d218b 100755
--- a/urpmf
+++ b/urpmf
@@ -3,7 +3,7 @@
# $Id$
#- Copyright (C) 2002, 2003, 2004, 2005 MandrakeSoft SA
-#- Copyright (C) 2005 Mandriva SA
+#- Copyright (C) 2005, 2006 Mandriva SA
#-
#- This program is free software; you can redistribute it and/or modify
#- it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@ use urpm::msg;
sub usage {
print N("urpmf version %s
-Copyright (C) 2002-2005 Mandriva.
+Copyright (C) 2002-2006 Mandriva.
This is free software and may be redistributed under the terms of the GNU GPL.
usage: urpmf [options] pattern-expression
@@ -170,7 +170,7 @@ if ($@) {
}
if ($env) {
- print STDERR N("using specific environment on %s\n", $env);
+ print N("using specific environment on %s\n", $env);
#- setting new environment.
$urpm->{config} = "$env/urpmi.cfg";
$urpm->{skiplist} = "$env/skip.list";