Files
bsdports/net/frr6/files/patch-x-configure
2019-12-26 07:26:06 +00:00

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.