Changeset 1844 in MondoRescue for branches/2.2.5/mindi
- Timestamp:
- Dec 18, 2007, 12:23:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/mindi-bkphw
r1835 r1844 24 24 close(SYSTEM); 25 25 26 die " No product name found for Hardware support\n" if (not defined $productname);26 die "ERROR: No product name found for Hardware support\n" if (not defined $productname); 27 27 28 28 chomp($productname); … … 85 85 close(SCRIPT); 86 86 } else { 87 print " No Hardware support for $productname\n";87 print "WARNING: No Hardware support for $productname\n"; 88 88 print "You may ask your manufacturer to contribute to the mindi project\n"; 89 89 }
Note:
See TracChangeset
for help on using the changeset viewer.