diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-03-17 23:46:30 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-03-17 23:46:30 +0000 |
commit | b1a4966c165963b91436bcce74d7d5d69b4aa510 (patch) | |
tree | 5a7ea28e6c1e0602a39dc49f6701eeb52926f760 /iurt2 | |
parent | d8130bde149ad6846f5829d8d733fc49d9690733 (diff) | |
download | iurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.tar iurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.tar.gz iurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.tar.bz2 iurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.tar.xz iurt-b1a4966c165963b91436bcce74d7d5d69b4aa510.zip |
Set svn:keywords to used keywords
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -358,9 +358,9 @@ plog_init($program_name, $run{logfd}||$LOG, 7, 1); # For parsing command line # Display version information # -(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 (Sun, 31 Oct 2010) $') +(my $iurt_rev = '$Rev$') =~ s/.*: (\d+).*/$1/; +(my $iurt_aut = '$Author$') =~ s/.*: (..).*/$1/; +(my $iurt_dat = '$Date$') =~ s/.*: ([\d-]* [\d:]*) .*/$1/; plog("MSG", "This is iurt2 revision $iurt_rev-$iurt_aut ($iurt_dat)"); |