aboutsummaryrefslogtreecommitdiff
path: root/net/frr5/files/patch-configure.ac
blob: 3d8951bf709cc71270e09f5a9c6a42f9980f4e1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2018-06-08 01:39:07 UTC
+++ configure.ac
@@ -322,7 +322,7 @@ AC_ARG_WITH(pkg-git-version,
 	[ test "x$withval" != "xno" && with_pkg_git_version="yes" ])
 AC_ARG_WITH(vtysh_pager,
 	AS_HELP_STRING([--with-vtysh-pager=PAGER], [control what pager is compiled in as default]),
-	VTYSH_PAGER=$withval, VTYSH_PAGER="more")
+	VTYSH_PAGER=$withval, VTYSH_PAGER="cat")
 AC_ARG_ENABLE(vtysh,
   AS_HELP_STRING([--disable-vtysh], [do not build integrated vty shell for FRR]))
 AC_ARG_ENABLE(doc,