]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Remove incorrect SNMP error when installing debian package
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:32 +0000 (17:40 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:40:32 +0000 (17:40 -0700)
debian/quagga.preinst

index f129e21c0eb03a5976bbb600823eaff92a20186c..14a6d6c78ba8f2f578ce2a53d092189a8d203806 100644 (file)
@@ -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#