diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-08-25 02:21:10 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-08-25 02:21:10 +0200 |
commit | 086f18fad23a0a2e6ef53f52e4127c932fe0a20e (patch) | |
tree | 358b7cd3d340214e6d83705077daeafb8d34f1e3 /debianpkg | |
parent | doc/user: drop SMUX reference, rework intro (diff) | |
download | frr-086f18fad23a0a2e6ef53f52e4127c932fe0a20e.tar.xz frr-086f18fad23a0a2e6ef53f52e4127c932fe0a20e.zip |
build: drop unused SMUX client OID MIBs
These MIB OIDs were only used to identify clients on the SMUX protocol.
And even for that, they were essentially pointless.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'debianpkg')
-rwxr-xr-x | debianpkg/backports/ubuntu12.04/debian/rules | 6 | ||||
-rwxr-xr-x | debianpkg/backports/ubuntu14.04/debian/rules | 6 | ||||
-rwxr-xr-x | debianpkg/rules | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/debianpkg/backports/ubuntu12.04/debian/rules b/debianpkg/backports/ubuntu12.04/debian/rules index 086238eda..7495db89c 100755 --- a/debianpkg/backports/ubuntu12.04/debian/rules +++ b/debianpkg/backports/ubuntu12.04/debian/rules @@ -154,12 +154,8 @@ override_dh_auto_install: mkdir -p debian/tmp/etc/frr/ perl -pi -e 's#^!log file #!log file /var/log/frr/#' debian/tmp/usr/share/doc/frr/examples/*sample* - # installing the Frr specific SNMP MIB -ifeq ($(WANT_SNMP), 1) - install -D -m 644 ./zebra/GNOME-PRODUCT-ZEBRA-MIB debian/tmp/usr/share/snmp/mibs/GNOME-PRODUCT-ZEBRA-MIB -else + # leftover from previously shipping SMUX client OID MIB mkdir -p debian/tmp/usr/share/snmp/mibs -endif # cleaning .la files sed -i "/dependency_libs/ s/'.*'/''/" debian/tmp/usr/lib/*.la diff --git a/debianpkg/backports/ubuntu14.04/debian/rules b/debianpkg/backports/ubuntu14.04/debian/rules index 559a27e25..c955d0c94 100755 --- a/debianpkg/backports/ubuntu14.04/debian/rules +++ b/debianpkg/backports/ubuntu14.04/debian/rules @@ -188,12 +188,8 @@ override_dh_auto_install: mkdir -p debian/tmp/etc/frr/ perl -pi -e 's#^!log file #!log file /var/log/frr/#' debian/tmp/usr/share/doc/frr/examples/*sample* - # installing the Frr specific SNMP MIB -ifeq ($(WANT_SNMP), 1) - install -D -m 644 ./zebra/GNOME-PRODUCT-ZEBRA-MIB debian/tmp/usr/share/snmp/mibs/GNOME-PRODUCT-ZEBRA-MIB -else + # leftover from previously shipping SMUX client OID MIB mkdir -p debian/tmp/usr/share/snmp/mibs/ -endif # cleaning .la files sed -i "/dependency_libs/ s/'.*'/''/" debian/tmp/usr/lib/*.la diff --git a/debianpkg/rules b/debianpkg/rules index 28d291e40..811d45bc0 100755 --- a/debianpkg/rules +++ b/debianpkg/rules @@ -186,12 +186,8 @@ override_dh_auto_install: mkdir -p debian/tmp/etc/frr/ perl -pi -e 's#^!log file #!log file /var/log/frr/#' debian/tmp/usr/share/doc/frr/examples/*sample* - # installing the Frr specific SNMP MIB -ifeq ($(WANT_SNMP), 1) - install -D -m 644 ./zebra/GNOME-PRODUCT-ZEBRA-MIB debian/tmp/usr/share/snmp/mibs/GNOME-PRODUCT-ZEBRA-MIB -else + # leftover from previously shipping SMUX client OID MIB mkdir -p debian/tmp/usr/share/snmp/mibs/ -endif # cleaning .la files sed -i "/dependency_libs/ s/'.*'/''/" debian/tmp/usr/lib/*.la |