summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/patches/smbclient-pager.patch
blob: d600c1bd9c21264565a356dc2173090a5ed9b285 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- samba-2.2.2.cvs20020120.orig/source/include/local.h
+++ samba-2.2.2.cvs20020120/source/include/local.h
@@ -105,7 +105,7 @@
 /* the default pager to use for the client "more" command. Users can
    override this with the PAGER environment variable */
 #ifndef PAGER
-#define PAGER "more"
+#define PAGER "/usr/bin/pager"
 #endif
 
 /* the size of the uid cache used to reduce valid user checks */