summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba-3.6.24/smbclient-pager.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba-3.6.24/smbclient-pager.patch')
-rw-r--r--meta-oe/recipes-connectivity/samba/samba-3.6.24/smbclient-pager.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba-3.6.24/smbclient-pager.patch b/meta-oe/recipes-connectivity/samba/samba-3.6.24/smbclient-pager.patch
new file mode 100644
index 000000000..429f2cec4
--- /dev/null
+++ b/meta-oe/recipes-connectivity/samba/samba-3.6.24/smbclient-pager.patch
@@ -0,0 +1,18 @@
1Description: Use the pager alternative as pager is PAGER is undefined
2Author: Steve Langasek <vorlon@debian.org>
3Bug-Debian: http://bugs.debian.org/135603
4Forwarded: not-needed
5
6Index: experimental/source3/include/local.h
7===================================================================
8--- experimental.orig/source3/include/local.h
9+++ experimental/source3/include/local.h
10@@ -127,7 +127,7 @@
11 /* the default pager to use for the client "more" command. Users can
12 override this with the PAGER environment variable */
13 #ifndef PAGER
14-#define PAGER "more"
15+#define PAGER "/usr/bin/pager"
16 #endif
17
18 /* the size of the uid cache used to reduce valid user checks */