Use the pager alternative as pager is PAGER is undefined

Bug-Debian: http://bugs.debian.org/135603
Forwarded: not-needed
This commit is contained in:
Steve Langasek 2023-03-29 13:58:55 +08:00 committed by su-fang
parent fcff4ce9e7
commit 3a996d9446
1 changed files with 1 additions and 1 deletions

View File

@ -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 */