From 5ad2d63a71998a7e147161f5ac2f5d726d8390d0 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 12 Jan 2025 23:16:00 +0300 Subject: [PATCH] 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 --- source3/include/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2