Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214527 | Differences between
and this patch

Collapse All | Expand All

(-)hddtemp.c.orig (-1 / +1 lines)
Lines 283-289 Link Here
283
283
284
    TRACE ("enters get_hddtemp_value for %s", disk);
284
    TRACE ("enters get_hddtemp_value for %s", disk);
285
285
286
    cmd_line = g_strdup_printf ( "%s -F -n -q %s", PATH_HDDTEMP, disk);
286
    cmd_line = g_strdup_printf ( "%s -n -q %s", PATH_HDDTEMP, disk);
287
287
288
    msg_text = NULL;
288
    msg_text = NULL;
289
289

Return to bug 214527