From 3a996d944605e15a788d905d8aedc38854a387e7 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 29 Mar 2023 13:58:55 +0800 Subject: [PATCH] Use the pager alternative as pager is PAGER is undefined Bug-Debian: http://bugs.debian.org/135603 Forwarded: not-needed --- 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 297e5572..2fca6c0a 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 */