diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 17:40:32 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 17:40:32 -0700 |
| commit | a6cdbcfd68f2603d0cddf8ef004c2edcc7d2b86b (patch) | |
| tree | 2065ef0284a2c02c06b7544064b0a4b60216c909 | |
| parent | 6dae198f69574235529431a067850cd01318dbbc (diff) | |
Remove incorrect SNMP error when installing debian package
| -rw-r--r-- | debian/quagga.preinst | 7 |
1 files changed, 0 insertions, 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# |
