From: Steve Langasek Date: Sat, 29 Mar 2025 04:24:47 +0000 (+0300) Subject: Use the pager alternative as pager is PAGER is undefined X-Git-Tag: archive/raspbian/2%4.22.0+dfsg-2+rpi1^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7a3d001b71b2d6108e50abf499fd4e2290adb6e3;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 95be8ee2..5aed6859 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -83,7 +83,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 */