From 35c29985ac8982ac19273ee4165bf29bfded1de1 Mon Sep 17 00:00:00 2001 From: Nikos Triantafillis Date: Fri, 10 Nov 2017 13:59:31 -0800 Subject: [PATCH] Auto-completion, help (?), cmd navigation (up/down arrows) not working in vtysh on host system. --- debian/quagga.postinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/quagga.postinst b/debian/quagga.postinst index bed2fd3c..20c6d76a 100644 --- a/debian/quagga.postinst +++ b/debian/quagga.postinst @@ -1,5 +1,8 @@ #!/bin/bash -e +rm /etc/alternatives/pager +ln -s /bin/cat /etc/alternatives/pager + if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*"}