-$Id: CHANGES,v 1.159 2002/01/31 10:25:55 stelian Exp $
+$Id: CHANGES,v 1.160 2002/01/31 10:49:16 stelian Exp $
Changes between versions 0.4b26 and 0.4b27 (released ???????????????)
=====================================================================
7. Small fix in restore making it able to read some (broken ?)
Solaris ufsdump tapes.
+8. Fixed dump to correctly recognise the root filesystem when using
+ ext2 disk labels (LABEL=/). Thanks to John Yu <jky@it.bu.edu>
+ for reporting this bug.
+
Changes between versions 0.4b25 and 0.4b26 (released January 7, 2002)
=====================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.68 2002/01/25 15:08:59 stelian Exp $";
+ "$Id: main.c,v 1.69 2002/01/31 10:49:17 stelian Exp $";
#endif /* not lint */
#include <config.h>
*/
i = strlen(diskparam) - 1;
if (i > 1 && diskparam[i] == '/')
- diskparam[i] = '\0';
+ if (!(i == 6 && !strcmp(diskparam, "LABEL=/")))
+ diskparam[i] = '\0';
disk = get_device_name(diskparam);
if (!disk) { /* null means the disk is some form