ports/net/frr/files/patch-vtysh_vtysh.c
Olivier Cochard 0014661d9d New port: net/frr
FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms
which includes protocol daemons for BGP, IS-IS, OSPF and RIP. FRR has its roots
in the Quagga project.

WWW: https://frrouting.org/

Sponsored by:   Orange
2017-06-29 21:05:33 +00:00

11 lines
322 B
C

--- vtysh/vtysh.c.orig 2017-06-27 14:48:26 UTC
+++ vtysh/vtysh.c
@@ -261,7 +261,7 @@ vtysh_pager_init (void)
if (pager_defined)
vtysh_pager_name = strdup (pager_defined);
else
- vtysh_pager_name = strdup ("more");
+ vtysh_pager_name = strdup ("cat");
}
/* Command execution over the vty interface. */