From c4db7355a3e02702637f23e9ce0cd92926ca85f7 Mon Sep 17 00:00:00 2001 From: Mageia SVN-Git Migration Date: Tue, 13 Sep 2011 21:44:28 +0100 Subject: Synthesized commit during git-svn import combining previous Mandriva history with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ --- urpm/parallel_ssh.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpm/parallel_ssh.pm') diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index 9cdafc40..0e5b6d60 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -1,6 +1,6 @@ package urpm::parallel_ssh; -# $Id$ +# $Id: parallel_ssh.pm 271299 2010-11-21 15:54:30Z peroyvind $ #- Copyright (C) 2002, 2003, 2004, 2005 MandrakeSoft SA #- Copyright (C) 2005-2010 Mandriva SA @@ -12,7 +12,7 @@ use urpm::parallel; our @ISA = 'urpm::parallel'; -(our $VERSION) = q($Revision$) =~ /(\d+)/; +(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/; sub _localhost { $_[0] eq 'localhost' } sub _ssh { &_localhost ? '' : "ssh $_[0] " } -- cgit v1.2.1