... the BLKID_DEBUG= is not more supported.
Signed-off-by: Karel Zak <kzak@redhat.com>
The command chkdupexe has been REMOVED from util-linux.
+The library libblkid supports LIBBLKID_DEBUG=<mask> environment variable to
+print debug messages on stderr. The old BLKID_DEBUG= is no more supported.
+
Release highlights
------------------
if (!mask)
{
char *dstr = getenv("LIBBLKID_DEBUG");
-
- if (!dstr)
- dstr = getenv("BLKID_DEBUG"); /* for backward compatibility */
if (dstr)
blkid_debug_mask = strtoul(dstr, 0, 0);
} else
unset LIBMOUNT_DEBUG
unset LIBBLKID_DEBUG
unset LIBFDISK_DEBUG
-unset BLKID_DEBUG
echo
echo "-------------------- util-linux regression tests --------------------"