• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-unstable/patches/
1diff -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 */
13