projects
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab53cc3
)
Use the pager alternative as pager is PAGER is undefined
author
Steve Langasek
<vorlon@debian.org>
Fri, 17 Apr 2026 08:02:47 +0000
(11:02 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Fri, 17 Apr 2026 08:02:47 +0000
(11:02 +0300)
Bug-Debian: http://bugs.debian.org/135603
Forwarded: not-needed
Gbp-Pq: Name smbclient-pager.patch
source3/include/local.h
patch
|
blob
|
history
diff --git
a/source3/include/local.h
b/source3/include/local.h
index 0b2f92177096088db61e0ac1908b1d831fb2cf96..2c29dc49f98d9d3133b2e57781b63e72be49c377 100644
(file)
--- a/
source3/include/local.h
+++ b/
source3/include/local.h
@@
-64,7
+64,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 */