mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-18 06:21:18 +02:00
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
--- ./configure.orig 2019-01-08 10:36:04.000000000 +0200
|
|
+++ ./configure 2019-09-25 21:23:35.571021000 +0200
|
|
@@ -15672,7 +15672,7 @@
|
|
if test "${with_vtysh_pager+set}" = set; then :
|
|
withval=$with_vtysh_pager; VTYSH_PAGER=$withval
|
|
else
|
|
- VTYSH_PAGER="more"
|
|
+ VTYSH_PAGER="less -F"
|
|
fi
|
|
|
|
# Check whether --enable-vtysh was given.
|