Files
meta-openembedded/meta-oe/recipes-connectivity/samba/samba-3.6.8/smbclient-pager.patch
Otavio Salvador be304441d8 samba: update to version 3.6.8
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24 08:29:45 +02:00

19 lines
669 B
Diff

Description: Use the pager alternative as pager is PAGER is undefined
Author: Steve Langasek <vorlon@debian.org>
Bug-Debian: http://bugs.debian.org/135603
Forwarded: not-needed
Index: experimental/source3/include/local.h
===================================================================
--- experimental.orig/source3/include/local.h
+++ experimental/source3/include/local.h
@@ -127,7 +127,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 */