From a6cdbcfd68f2603d0cddf8ef004c2edcc7d2b86b Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 19 May 2015 17:40:32 -0700 Subject: [PATCH] Remove incorrect SNMP error when installing debian package --- debian/quagga.preinst | 7 ------- 1 file changed, 7 deletions(-) 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# -- 2.39.5