s3-samr: Let _samr_TestPrivateFunctionsDomain() return NT_STATUS_NOT_SUPPORTED to...
[Samba.git] / packaging / Debian / debian-unstable / patches / smbclient-pager.patch
blob3ee85d4118cd5b22bf1aa18bfd77d3c77d7098b8
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
12 /* the size of the uid cache used to reduce valid user checks */