aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2010-11-01 22:06:35 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2010-11-01 22:06:35 +0000
commitd5c967baaa7649df3ab57bfc953ce99809d9198e (patch)
tree13e643eb52483cd5bd3a5992331ed79bf4f28c50 /iurt2
parent5a1c69576306016e902a825baeff8fbc811cd144 (diff)
downloadiurt-d5c967baaa7649df3ab57bfc953ce99809d9198e.tar
iurt-d5c967baaa7649df3ab57bfc953ce99809d9198e.tar.gz
iurt-d5c967baaa7649df3ab57bfc953ce99809d9198e.tar.bz2
iurt-d5c967baaa7649df3ab57bfc953ce99809d9198e.tar.xz
iurt-d5c967baaa7649df3ab57bfc953ce99809d9198e.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r17 | blino | 2010-11-01 22:06:35 +0000 (Mon, 01 Nov 2010) | 1 line import initial iurt fork ------------------------------------------------------------------------
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt26
1 files changed, 3 insertions, 3 deletions
diff --git a/iurt2 b/iurt2
index 89db058..a023228 100755
--- a/iurt2
+++ b/iurt2
@@ -364,9 +364,9 @@ plog_init($program_name, $run{logfd}||$LOG, 7, 1); # For parsing command line
# Display version information
#
-(my $iurt_rev = '$Rev$') =~ s/.*: (\d+).*/$1/;
-(my $iurt_aut = '$Author$') =~ s/.*: (..).*/$1/;
-(my $iurt_dat = '$Date$')
+(my $iurt_rev = '$Rev: 271258 $') =~ s/.*: (\d+).*/$1/;
+(my $iurt_aut = '$Author: blino $') =~ s/.*: (..).*/$1/;
+(my $iurt_dat = '$Date: 2010-10-31 23:10:12 +0100 (dim. 31 oct. 2010) $')
=~ s/.*: ([\d-]* [\d:]*) .*/$1/;
plog("MSG", "This is iurt2 revision $iurt_rev-$iurt_aut ($iurt_dat)");