blob: 6c5a57e9d14fea91e6e20e242865bfaefe3536ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Description: Use the pager alternative as pager is PAGER is undefined
Author: Steve Langasek <vorlon@debian.org>
Bug-Debian: http://bugs.debian.org/135603
Forwarded: not-needed
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -93,7 +93,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 */
|