View | Details | Raw Unified | Return to bug 69854
Collapse All | Expand All

(-)cvsweb.conf.dist (-1 / +1 lines)
Lines 495-501 Link Here
495
# For cvs versions prior to 1.11, the '-l' option doesn't work; If you want
495
# For cvs versions prior to 1.11, the '-l' option doesn't work; If you want
496
# working checkouts with an older cvs version, you'll have to make sure that
496
# working checkouts with an older cvs version, you'll have to make sure that
497
# the cvsweb user can read and write to CVSROOT/history.
497
# the cvsweb user can read and write to CVSROOT/history.
498
@cvs_options = qw(-lf);
498
@cvs_options = qw(-f);
499
499
500
push @cvs_options, '-R' if ($uname eq 'FreeBSD' || $uname eq 'OpenBSD');
500
push @cvs_options, '-R' if ($uname eq 'FreeBSD' || $uname eq 'OpenBSD');
501
push @cvs_options, '-u' if ($uname eq 'NetBSD');
501
push @cvs_options, '-u' if ($uname eq 'NetBSD');

Return to bug 69854