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

Collapse All | Expand All

(-)old/flexbackup (-1 / +1 lines)
Lines 1408-1417 Link Here
1408
1408
1409
    $cmd .= "$::path{tar} --create ";
1409
    $cmd .= "$::path{tar} --create ";
1410
    $cmd .= "--null ";
1410
    $cmd .= "--null ";
1411
    $cmd .= "--no-recursion ";
1411
    $cmd .= "--files-from=- ";
1412
    $cmd .= "--files-from=- ";
1412
    $cmd .= "--ignore-failed-read ";
1413
    $cmd .= "--ignore-failed-read ";
1413
    $cmd .= "--same-permissions ";
1414
    $cmd .= "--same-permissions ";
1414
    $cmd .= "--no-recursion ";
1415
    $cmd .= "--totals ";
1415
    $cmd .= "--totals ";
1416
    if ($cfg::label ne 'false') {
1416
    if ($cfg::label ne 'false') {
1417
	if (length($title) > $::tar_max_label) {
1417
	if (length($title) > $::tar_max_label) {

Return to bug 601368