openbsd-ports/sysutils/rancid/patches/patch-bin_rancid-fe_in
pea 102dae9b1d Really Awesome New Cisco confIg Differ
RANCID monitors a router's (or more generally a device's)
configuration, including software and hardware (cards, serial numbers,
etc) and uses CVS (Concurrent Version System) to maintain history of 
changes.

With help and advices from okan@ (thanks very much !)

ok okan@ ajacoutot@
2008-12-16 21:07:55 +00:00

12 lines
687 B
Plaintext

$OpenBSD: patch-bin_rancid-fe_in,v 1.1.1.1 2008/12/16 21:07:55 pea Exp $
--- bin/rancid-fe.in.orig Tue Dec 16 14:16:01 2008
+++ bin/rancid-fe.in Tue Dec 16 14:16:34 2008
@@ -38,6 +38,7 @@ elsif ($vendor =~ /^erx$/i) { exec('jerancid', $route
elsif ($vendor =~ /^extreme$/i) { exec('xrancid', $router); }
elsif ($vendor =~ /^ezt3$/i) { exec('erancid', $router); }
elsif ($vendor =~ /^force10$/i) { exec('f10rancid', $router); }
+elsif ($vendor =~ /^fortinet$/i) { exec('fnrancid', $router); }
elsif ($vendor =~ /^foundry$/i) { exec('francid', $router); }
elsif ($vendor =~ /^hitachi$/i) { exec('htrancid', $router); }
elsif ($vendor =~ /^hp$/i) { exec('hrancid', $router); }