Changeset 645 in MondoRescue
- Timestamp:
- Jun 8, 2006, 12:22:44 AM (19 years ago)
- Location:
- branches/2.0.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/mindi/ChangeLog
r643 r645 393 393 - call /usr/bin/logger, not 'logger', in LogIt() 394 394 - run chmod 755 `which start-nfs` before running start-nfs 395 396 395 397 396 v0.58-r5 (2002-02-24) -
branches/2.0.8/tools/mkchangelog.pl
r644 r645 69 69 while ($tmp !~ /^$/) { 70 70 print OUTPUT $tmp; 71 $tmp = <INPUT>; 71 if (<INPUT>) { 72 $tmp = $_; 73 } 74 else { 75 last; 76 } 72 77 } 73 78 print OUTPUT "\n";
Note:
See TracChangeset
for help on using the changeset viewer.