summaryrefslogtreecommitdiff
path: root/net/rancid/patches
diff options
context:
space:
mode:
authorpettai <pettai>2011-01-24 14:54:57 +0000
committerpettai <pettai>2011-01-24 14:54:57 +0000
commita4480efd769f938b60cdf0e3d5ab6dc9d55a1d57 (patch)
treee2049766fc4c8c86e677688ed67a14b491f55100 /net/rancid/patches
parent040165884de0f13ee40ca86a33dea3b69f03413b (diff)
downloadpkgsrc-a4480efd769f938b60cdf0e3d5ab6dc9d55a1d57.tar.gz
2.3.6
* rancid: fail on error opening nvram: * rancid: skip ASA 5520 configuration author line * control_rancid: for svn stupidity, run update (yes update) and commit after setting svn:ignore, else . is out of date. * rancid: filter auto "rogue ap" configuration * alogin: adjust match of active alarms msg at login * jrancid: patch for master/backup matching on EX series * rancid: update cisco WAE identity string match * {xr}rancid: summarize DirSlotN() bytes free as GB, else MB. * rancid: filter sflog from DirSlotN() for IOS on cisco 10k * fnrancid: update recent fortinet software * rancid: ignore show flash on IOS XE * rancid: copy the dhcp database filter to ShowFlash() * clogin: Fix pasto in IOS terminal width command. * hlogin: -r missing from usage o/p * clogin: add -r and passphrase/identfile from cloginrc * francid: remove system uptime line on CER 3000 2.3.5 * alogin: respond to active alarms msg at login * *rancid: update for grammar deprecated in perl 5.12 * *login: handle noenable value consistently, '1' to turn it on * configure: look for -n <count> option to ping, for Windows ping (over cygwin) * rancid: missed case fpr accepting '>' prompt, rather than just '#' * xrrancid: filter sequences from ipv4/6 access-lists * zrancid: force terminal type vt100 so as not to confuse Linux * francid: filter system uptime on new Brocades * rancid: filter ASA time-based license noise * rancid: filter command in WriteTerm if echoed * configure: specifically look for ping in /sbin & /usr/sbin & fix typo in test operator * rancid: handle a few IOS serial number formatting variants * hpuifilter: change filtering to avoid use of string functions due to a Debian bug. Should be faster too. * rancid: adjust show inventory matches for variables WS * nxrancid: show environment clock and show core vdc-all are not valid commands on all platforms
Diffstat (limited to 'net/rancid/patches')
-rw-r--r--net/rancid/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/rancid/patches/patch-aa b/net/rancid/patches/patch-aa
deleted file mode 100644
index 6f2194d35b8..00000000000
--- a/net/rancid/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/03/12 23:39:16 pettai Exp $
-
---- configure.orig 2009-12-13 00:37:15.000000000 +0100
-+++ configure 2009-12-13 00:37:29.000000000 +0100
-@@ -6212,7 +6212,7 @@
- # since organized religion; see if -U 4 works.
- ${_diff}/diff -U 4 /dev/null /dev/null > /dev/null 2>&1
- if test $? -ne 0; then
-- if test "${ADIFF}" == "" ; then
-+ if test "${ADIFF}" = "" ; then
- ADIFF="${_diff}/diff"
- ADIFF_CMD="diff -c -4"
- fi