Changeset 645 in MondoRescue for branches


Ignore:
Timestamp:
Jun 8, 2006, 12:22:44 AM (18 years ago)
Author:
bcornec
Message:

still some changelog improvements

Location:
branches/2.0.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.8/mindi/ChangeLog

    r643 r645  
    393393- call /usr/bin/logger, not 'logger', in LogIt()
    394394- run chmod 755 `which start-nfs` before running start-nfs
    395 
    396395
    397396v0.58-r5 (2002-02-24)
  • branches/2.0.8/tools/mkchangelog.pl

    r644 r645  
    6969        while ($tmp !~ /^$/) {
    7070            print OUTPUT $tmp;
    71             $tmp = <INPUT>;
     71            if (<INPUT>) {
     72                $tmp = $_; 
     73            }
     74            else {
     75                last;
     76            }
    7277        }
    7378        print OUTPUT "\n";
Note: See TracChangeset for help on using the changeset viewer.