Index: /tools/wleiden-rick.pl
===================================================================
--- /tools/wleiden-rick.pl	(revision 4744)
+++ /tools/wleiden-rick.pl	(revision 4745)
@@ -264,35 +264,36 @@
 
 
-
-sub snmpd_local_conf {
-  my $output = genHeader("#");
-  my $masterNotUsed = master_ipNotUsed();
-  $output .=
-  "# Location of the physical node.\n" .
-  "#\n" .
-  "syslocation \"$location\"\n" .
-  "#\n" .
-  "# Maintained by\n" .
-  "syscontact \"$contact\"\n" .
-  "\n";
-
-  if( $DISK =~ /flash/i ) {
-    $output .= "# Verify that disk is RO\n";
-    $output .= "sh diskro /usr/local/sbin/diskro.sh\n\n";
-  };
-
-  $output .= "agentaddress 161,tcp:161\n";
-
-  if( $masterNotUsed ) {
-    $output .= "agentaddress $master_ip\n";
-  };
-  
-  foreach my $if (keys %config) {
-    if( $IP{$if} =~ /([0-9\.]+).*/ ) {
-      $output .= "agentaddress $1\n";
-    };
-  };
-  return($output);
-};
+# JB: snmpd.local.conf was nodig voor ospf. kan weg.
+# 
+#sub snmpd_local_conf {
+#  my $output = genHeader("#");
+#  my $masterNotUsed = master_ipNotUsed();
+#  $output .=
+#  "# Location of the physical node.\n" .
+#  "#\n" .
+#  "syslocation \"$location\"\n" .
+#  "#\n" .
+#  "# Maintained by\n" .
+#  "syscontact \"$contact\"\n" .
+#  "\n";
+#
+#  if( $DISK =~ /flash/i ) {
+#    $output .= "# Verify that disk is RO\n";
+#    $output .= "sh diskro /usr/local/sbin/diskro.sh\n\n";
+#  };
+#
+#  $output .= "agentaddress 161,tcp:161\n";
+#
+#  if( $masterNotUsed ) {
+#    $output .= "agentaddress $master_ip\n";
+#  };
+#  
+#  foreach my $if (keys %config) {
+#    if( $IP{$if} =~ /([0-9\.]+).*/ ) {
+#      $output .= "agentaddress $1\n";
+#    };
+#  };
+#  return($output);
+#};
 
 
