Changeset 644 in MondoRescue
- Timestamp:
- Jun 8, 2006, 12:15:46 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/tools/mkchangelog.pl
r642 r644 63 63 #print "**$ndate**\n"; 64 64 if ($dtype eq "rpm") { 65 print fOUTPUT "* $ndate Bruno Cornec <bruno\@mondorescue.org> $ver\n";66 print fOUTPUT "- Updated to $ver\n";65 print OUTPUT "* $ndate Bruno Cornec <bruno\@mondorescue.org> $ver\n"; 66 print OUTPUT "- Updated to $ver\n"; 67 67 68 68 $tmp = <INPUT>; 69 69 while ($tmp !~ /^$/) { 70 print fOUTPUT $tmp;70 print OUTPUT $tmp; 71 71 $tmp = <INPUT>; 72 72 } 73 print fOUTPUT "\n";73 print OUTPUT "\n"; 74 74 } 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.