diff options
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.patch | 18 |
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 0000000000..429f2cec46 --- /dev/null +++ b/meta-oe/recipes-connectivity/samba/samba-3.6.24/smbclient-pager.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Description: Use the pager alternative as pager is PAGER is undefined | ||
| 2 | Author: Steve Langasek <vorlon@debian.org> | ||
| 3 | Bug-Debian: http://bugs.debian.org/135603 | ||
| 4 | Forwarded: not-needed | ||
| 5 | |||
| 6 | Index: 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 */ | ||
