Goal: Use the pager alternative as pager is PAGER is undefined Fixes: #125603 Status wrt upstream: Debian specific Author: Steve Langasek Note: Index: samba-3.0.25c/source/include/local.h =================================================================== --- samba-3.0.25c.orig/source/include/local.h 2007-08-26 12:07:16.098322677 +0200 +++ samba-3.0.25c/source/include/local.h 2007-08-26 13:09:03.419652692 +0200 @@ -109,7 +109,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 */