mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
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
11 lines
322 B
C
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. */
|