From: Donald Sharp Date: Wed, 20 May 2015 00:40:32 +0000 (-0700) Subject: Remove incorrect SNMP error when installing debian package X-Git-Tag: frr-2.0-rc1~1548 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a6cdbcfd68f2603d0cddf8ef004c2edcc7d2b86b;p=matthieu%2Ffrr.git Remove incorrect SNMP error when installing debian package --- diff --git a/debian/quagga.preinst b/debian/quagga.preinst index f129e21c0e..14a6d6c78b 100644 --- a/debian/quagga.preinst +++ b/debian/quagga.preinst @@ -68,11 +68,4 @@ if [ "$1" = "install" ]; then fi fi -# No -q so that the filename is displayed. But on stderr due to debhelper. -if grep ^smux /etc/quagga/*.conf >&2 2>/dev/null; then - echo "The currently used smux options will no longer work so remove them!" >&2 - echo "See /usr/share/doc/quagga/README.Debian for more information." >&2 - exit 1 -fi - #DEBHELPER#