[Pkg-net-snmp-commits] r326 - branches/net-snmp54/debian branches/net-snmp54-dev/debian trunk/debian

Jochen Friedrich jochen at alioth.debian.org
Tue Dec 15 14:02:38 UTC 2009


Author: jochen
Date: 2009-12-15 14:02:37 +0000 (Tue, 15 Dec 2009)
New Revision: 326

Added:
   branches/net-snmp54-dev/debian/snmp.conf
   branches/net-snmp54/debian/snmp.conf
   trunk/debian/snmp.conf
Modified:
   branches/net-snmp54-dev/debian/rules
   branches/net-snmp54-dev/debian/snmp.install
   branches/net-snmp54/debian/changelog
   branches/net-snmp54/debian/rules
   branches/net-snmp54/debian/snmp.install
   trunk/debian/rules
   trunk/debian/snmp.install
Log:
Add snmp.conf with empty mib list so snmp tools don't complain.


Modified: branches/net-snmp54/debian/changelog
===================================================================
--- branches/net-snmp54/debian/changelog	2009-12-15 13:54:19 UTC (rev 325)
+++ branches/net-snmp54/debian/changelog	2009-12-15 14:02:37 UTC (rev 326)
@@ -3,8 +3,10 @@
   * Add conditional depends back that were lost in the build system
     change (Closes: #560408)
   * Install all provided NET-SNMP MIBs.
+  * Install snmp.conf with empty MIB list so snmp tools work without
+    complaining about missing MIBs. (Closes: #559200)
 
- -- Jochen Friedrich <jochen at scram.de>  Tue, 15 Dec 2009 14:47:21 +0100
+ -- Jochen Friedrich <jochen at scram.de>  Tue, 15 Dec 2009 14:50:08 +0100
 
 net-snmp (5.4.2.1~dfsg-4) unstable; urgency=low
 

Modified: branches/net-snmp54/debian/rules
===================================================================
--- branches/net-snmp54/debian/rules	2009-12-15 13:54:19 UTC (rev 325)
+++ branches/net-snmp54/debian/rules	2009-12-15 14:02:37 UTC (rev 326)
@@ -84,6 +84,7 @@
 	mkdir -p debian/tmp/etc/snmp
 	cp EXAMPLE.conf debian/tmp/etc/snmp/snmpd.conf
 	cp EXAMPLE-trap.conf debian/tmp/etc/snmp/snmptrapd.conf
+	cp debian/snmp.conf debian/tmp/etc/snmp/snmp.conf
 	mv debian/tmp/usr/share/snmp/mib2c*.conf debian/tmp/etc/snmp
 	dh_installdocs -plibsnmp-base mibs/README.mibs
 	# Perform other man pages fixups.

Added: branches/net-snmp54/debian/snmp.conf
===================================================================
--- branches/net-snmp54/debian/snmp.conf	                        (rev 0)
+++ branches/net-snmp54/debian/snmp.conf	2009-12-15 14:02:37 UTC (rev 326)
@@ -0,0 +1,5 @@
+#
+# As the snmp packages come without MIB files due to license reasons, loading
+# of MIBs is disabled by default. If you added the MIBs you can reenable
+# loaging them by commenting out the following line.
+mibs :

Modified: branches/net-snmp54/debian/snmp.install
===================================================================
--- branches/net-snmp54/debian/snmp.install	2009-12-15 13:54:19 UTC (rev 325)
+++ branches/net-snmp54/debian/snmp.install	2009-12-15 14:02:37 UTC (rev 326)
@@ -7,3 +7,4 @@
 debian/tmp/usr/share/man/man1/fixproc.1
 debian/tmp/usr/share/man/man1/traptoemail.1
 debian/tmp/usr/share/snmp/snmpconf-data/snmp-data
+debian/tmp/etc/snmp/snmp.conf

Modified: branches/net-snmp54-dev/debian/rules
===================================================================
--- branches/net-snmp54-dev/debian/rules	2009-12-15 13:54:19 UTC (rev 325)
+++ branches/net-snmp54-dev/debian/rules	2009-12-15 14:02:37 UTC (rev 326)
@@ -84,6 +84,7 @@
 	mkdir -p debian/tmp/etc/snmp
 	cp EXAMPLE.conf debian/tmp/etc/snmp/snmpd.conf
 	cp EXAMPLE-trap.conf debian/tmp/etc/snmp/snmptrapd.conf
+	cp debian/snmp.conf debian/tmp/etc/snmp/snmp.conf
 	mv debian/tmp/usr/share/snmp/mib2c*.conf debian/tmp/etc/snmp
 	dh_installdocs -plibsnmp-base mibs/README.mibs
 	# Perform other man pages fixups.

Added: branches/net-snmp54-dev/debian/snmp.conf
===================================================================
--- branches/net-snmp54-dev/debian/snmp.conf	                        (rev 0)
+++ branches/net-snmp54-dev/debian/snmp.conf	2009-12-15 14:02:37 UTC (rev 326)
@@ -0,0 +1,5 @@
+#
+# As the snmp packages come without MIB files due to license reasons, loading
+# of MIBs is disabled by default. If you added the MIBs you can reenable
+# loaging them by commenting out the following line.
+mibs :

Modified: branches/net-snmp54-dev/debian/snmp.install
===================================================================
--- branches/net-snmp54-dev/debian/snmp.install	2009-12-15 13:54:19 UTC (rev 325)
+++ branches/net-snmp54-dev/debian/snmp.install	2009-12-15 14:02:37 UTC (rev 326)
@@ -7,3 +7,4 @@
 debian/tmp/usr/share/man/man1/fixproc.1
 debian/tmp/usr/share/man/man1/traptoemail.1
 debian/tmp/usr/share/snmp/snmpconf-data/snmp-data
+debian/tmp/etc/snmp/snmp.conf

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-12-15 13:54:19 UTC (rev 325)
+++ trunk/debian/rules	2009-12-15 14:02:37 UTC (rev 326)
@@ -84,6 +84,7 @@
 	mkdir -p debian/tmp/etc/snmp
 	cp EXAMPLE.conf debian/tmp/etc/snmp/snmpd.conf
 	cp EXAMPLE-trap.conf debian/tmp/etc/snmp/snmptrapd.conf
+	cp debian/snmp.conf debian/tmp/etc/snmp/snmp.conf
 	mv debian/tmp/usr/share/snmp/mib2c*.conf debian/tmp/etc/snmp
 	dh_installdocs -plibsnmp-base mibs/README.mibs
 	# Perform other man pages fixups.

Added: trunk/debian/snmp.conf
===================================================================
--- trunk/debian/snmp.conf	                        (rev 0)
+++ trunk/debian/snmp.conf	2009-12-15 14:02:37 UTC (rev 326)
@@ -0,0 +1,5 @@
+#
+# As the snmp packages come without MIB files due to license reasons, loading
+# of MIBs is disabled by default. If you added the MIBs you can reenable
+# loaging them by commenting out the following line.
+mibs :

Modified: trunk/debian/snmp.install
===================================================================
--- trunk/debian/snmp.install	2009-12-15 13:54:19 UTC (rev 325)
+++ trunk/debian/snmp.install	2009-12-15 14:02:37 UTC (rev 326)
@@ -7,3 +7,4 @@
 debian/tmp/usr/share/man/man1/fixproc.1
 debian/tmp/usr/share/man/man1/traptoemail.1
 debian/tmp/usr/share/snmp/snmpconf-data/snmp-data
+debian/tmp/etc/snmp/snmp.conf




More information about the Pkg-net-snmp-commits mailing list