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

Collapse All | Expand All

(-)reiserfsprogs-3.6.19.orig/fsck/main.c (-1 / +1 lines)
Lines 416-422 Link Here
416
	(data->log == stdout) ? "stdout" : 
416
	(data->log == stdout) ? "stdout" : 
417
	(data->log_file_name ? data->log_file_name : "fsck.run"));
417
	(data->log_file_name ? data->log_file_name : "fsck.run"));
418
    
418
    
419
    if (!(data->options & OPT_YES) && !user_confirmed (warn_to, "\nDo you want to "
419
    if (!(data->options & OPT_YES) && !(data->options & OPT_SILENT) && !user_confirmed (warn_to, "\nDo you want to "
420
	"run this program?[N/Yes] (note need to type Yes if you do):", "Yes\n"))
420
	"run this program?[N/Yes] (note need to type Yes if you do):", "Yes\n"))
421
	exit (EXIT_USER);
421
	exit (EXIT_USER);
422
}
422
}

Return to bug 116016