summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files/patch-local:mib2c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-19 23:03:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-19 23:03:38 +0000
commit45a35031c136b1bcc12ef628dbcea7b30641e13c (patch)
treefa222c3b356b2930265947754693ea550621b9ae /net-mgmt/net-snmp-devel/files/patch-local:mib2c
parent- Update to 2.7-20100117 (diff)
- Garbage collect unfinished repocopy (seven months)
OK'ed by: pgollucci (maintainer)
Notes
Notes: svn path=/head/; revision=248176
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-local:mib2c')
-rw-r--r--net-mgmt/net-snmp-devel/files/patch-local:mib2c21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-local:mib2c b/net-mgmt/net-snmp-devel/files/patch-local:mib2c
deleted file mode 100644
index a0a2ce336f86..000000000000
--- a/net-mgmt/net-snmp-devel/files/patch-local:mib2c
+++ /dev/null
@@ -1,21 +0,0 @@
---- local/mib2c.orig Fri Sep 10 21:30:15 2004
-+++ local/mib2c Mon Oct 25 08:38:30 2004
-@@ -1,5 +1,4 @@
--#!/usr/bin/perl
--#!/usr/bin/perl -w
-+#!%%PERL%%
-
- #
- # $Id: mib2c,v 5.57 2004/09/10 12:30:15 dts12 Exp $
-@@ -60,8 +59,9 @@
- if($ENV{MIB2C_DIR}) {
- push @def_search_dirs, split(/:/, $ENV{MIB2C_DIR});
- }
--push @def_search_dirs, "/usr/local/share/snmp/";
--push @def_search_dirs, "/usr/local/share/snmp/mib2c-data";
-+push @def_search_dirs, "%%PREFIX%%/share/snmp/";
-+push @def_search_dirs, "%%PREFIX%%/etc/snmp/";
-+push @def_search_dirs, "%%PREFIX%%/share/snmp/mib2c-data";
- push @def_search_dirs, "./mib2c-conf.d";
-
- sub usage {