Package: dmsetup
Version: 2:1.02.25-1
Severity: normal
At least from the mp point of few this makes the patch as useful as not
having it at all.
This hunk got dropped to the floor:
if (!info.live_table && !info.inactive_table)
+ printf("DM_TABLE_STATE=NONE\n");
+ else
+ printf("DM_TABLE_STATE=%s%s%s\n",
+ info.live_table ? "LIVE" : "",
+ info.live_table && info.inactive_table ? "/" : "",
+ info.inactive_table ? "INACTIVE" : "");
...so Debian's dmsetup keeps lacking behind other distros without any
(at least to me) obvious reason.
-- Guido
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]