summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian/patches/smbclient-pager.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Debian/debian/patches/smbclient-pager.patch')
-rw-r--r--packaging/Debian/debian/patches/smbclient-pager.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/Debian/debian/patches/smbclient-pager.patch b/packaging/Debian/debian/patches/smbclient-pager.patch
new file mode 100644
index 0000000000..d600c1bd9c
--- /dev/null
+++ b/packaging/Debian/debian/patches/smbclient-pager.patch
@@ -0,0 +1,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 */