Initial import
[samba] / packaging / Debian / debian-woody / patches / smbclient-pager.patch
1 diff -uNr samba-2.999+3.0cvs20020906.orig/source/include/local.h samba-2.999+3.0cvs20020906/source/include/local.h
2 --- samba-2.999+3.0cvs20020906.orig/source/include/local.h      2002-09-04 14:13:06.000000000 -0500
3 +++ samba-2.999+3.0cvs20020906/source/include/local.h   2002-09-08 14:19:24.000000000 -0500
4 @@ -109,7 +109,7 @@
5  /* the default pager to use for the client "more" command. Users can
6     override this with the PAGER environment variable */
7  #ifndef PAGER
8 -#define PAGER "more"
9 +#define PAGER "/usr/bin/pager"
10  #endif
11  
12  /* the size of the uid cache used to reduce valid user checks */