diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-connectivity/samba/samba-3.6.8/smbclient-pager.patch | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba-3.6.8/smbclient-pager.patch')
-rw-r--r-- | meta-oe/recipes-connectivity/samba/samba-3.6.8/smbclient-pager.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba-3.6.8/smbclient-pager.patch b/meta-oe/recipes-connectivity/samba/samba-3.6.8/smbclient-pager.patch new file mode 100644 index 0000000000..429f2cec46 --- /dev/null +++ b/meta-oe/recipes-connectivity/samba/samba-3.6.8/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 */ | ||