From: Steve Langasek Date: Tue, 30 Jun 2026 19:37:50 +0000 (+0300) Subject: Use the pager alternative as pager is PAGER is undefined X-Git-Tag: archive/raspbian/2%4.24.4+dfsg-1+rpi1^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=848254343d3363e6676b0d6ff78d929832f87edc;p=samba.git Use the pager alternative as pager is PAGER is undefined Bug-Debian: http://bugs.debian.org/135603 Forwarded: not-needed Gbp-Pq: Name smbclient-pager.patch --- diff --git a/source3/include/local.h b/source3/include/local.h index 0b2f9217..2c29dc49 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -64,7 +64,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 */