]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - tree/patches/tree-no-color-by-default.patch
python-rrdtool: Update to version 0.1.5
[people/amarx/ipfire-3.x.git] / tree / patches / tree-no-color-by-default.patch
1 diff -up tree-1.6.0/tree.c.no-color-by-default tree-1.6.0/tree.c
2 --- tree-1.6.0/tree.c.no-color-by-default 2011-06-27 16:14:14.190548385 +0100
3 +++ tree-1.6.0/tree.c 2011-06-27 16:14:27.257295243 +0100
4 @@ -79,7 +79,8 @@ int main(int argc, char **argv)
5 q = p = dtotal = ftotal = 0;
6 aflag = dflag = fflag = lflag = pflag = sflag = Fflag = uflag = gflag = FALSE;
7 Dflag = qflag = Nflag = Qflag = Rflag = hflag = Hflag = siflag = cflag = FALSE;
8 - noindent = force_color = nocolor = xdev = noreport = nolinks = FALSE;
9 + noindent = force_color = xdev = noreport = nolinks = FALSE;
10 + nocolor = TRUE;
11 dirsfirst = nosort = inodeflag = devflag = Xflag = FALSE;
12 duflag = pruneflag = FALSE;
13 flimit = 0;