mirror of https://gitee.com/openkylin/samba.git
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:
parent
fcff4ce9e7
commit
3a996d9446
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue