Changeset 1260 in MondoRescue
- Timestamp:
- Mar 22, 2007, 12:04:53 AM (18 years ago)
- Location:
- branches/2.2.2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.2/mindi-busybox/ChangeLog
r1236 r1260 3 3 MINDI-BUSYBOX CHANGES 4 4 5 1.2. 3(2007-03-08)5 1.2.2-2 (2007-03-08) 6 6 - Improve Gentoo packaging (Linos) 7 7 -
branches/2.2.2/mindi/ChangeLog
r1236 r1260 4 4 5 5 1.2.2 (2007-03-08) 6 - Add support for raid456 driver (Mark Nienberg/Bruno Cornec) 6 7 - Add the DENY_MODS variable in mindi allowing to describes modules that you don't want to include as part of the restore boot environment (HP Open Call OCMP e.g; needs it) (Bruno Cornec) 7 8 - Add GetInitrdFilesystemToUse function to support initramfs type of initrd (SuSE 10.2/Debian 3.x/FC 6/...) (Andree Leidenfrost) -
branches/2.2.2/mondo/ChangeLog
r1236 r1260 4 4 5 5 2.2.2 (2007-03-08) 6 - Fix a bug on is_this_raid_personality_registered (John Pearson/Bruno Cornec) 7 - Fix a bug with raid5 arrays synchronization (Rémi Bondoin) 8 - Tape support improvements (Benoit Donnette/Michel Loiseleur) 6 9 - Handle no compression + verify correctly (Scott Cummings) 7 10 - various HOWTO fixes (Mike Kinney) -
branches/2.2.2/mondo/src/common/libmondo-filelist.c
r1236 r1260 1565 1565 sprintf(new_with_spaces, " %s ", dir); 1566 1566 if ((dip = opendir(dir)) == NULL) { 1567 log_OS_error("opendir"); 1567 sprintf(tmp,"opendir %s", dir); 1568 log_OS_error(tmp); 1568 1569 } else if (strstr(skip_these, new_with_spaces)) { 1569 1570 fprintf(fout, "%s\n", dir); // if excluded dir then print dir ONLY
Note:
See TracChangeset
for help on using the changeset viewer.