From 61d3e9740baa90dd2f78028500b8152de45dbcd6 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 8 Feb 2006 17:13:39 +0000 Subject: Use stdout for informational messages, not stderr --- urpmf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'urpmf') 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"; -- cgit v1.2.1