projects
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a614ccd
)
Use the pager alternative as pager is PAGER is undefined
author
Steve Langasek
<vorlon@debian.org>
Thu, 28 Nov 2024 19:28:27 +0000
(22:28 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Thu, 28 Nov 2024 19:28:27 +0000
(22:28 +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 95be8ee2342895c1428209ca993f0f8cc6f972fe..5aed6859461a393530fc50e24041854ce2e779a0 100644
(file)
--- a/
source3/include/local.h
+++ b/
source3/include/local.h
@@
-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 */