Initial import
[samba] / debian / patches / smbclient-pager.patch
1 Index: samba-3.0.21c/source/include/local.h
2 ===================================================================
3 --- samba-3.0.21c.orig/source/include/local.h   2006-02-25 11:57:10.314617157 +0100
4 +++ samba-3.0.21c/source/include/local.h        2006-02-25 11:58:24.566635487 +0100
5 @@ -109,7 +109,7 @@
6  /* the default pager to use for the client "more" command. Users can
7     override this with the PAGER environment variable */
8  #ifndef PAGER
9 -#define PAGER "more"
10 +#define PAGER "/usr/bin/pager"
11  #endif
12  
13  /* the size of the uid cache used to reduce valid user checks */