summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichael Larson <mike@vyatta.com>2010-11-18 16:45:04 -0800
committerMichael Larson <mike@vyatta.com>2010-11-18 16:45:04 -0800
commitcea49c020969bc157982c56c3962ad5ae99dbc7f (patch)
tree61ad0cd14eb826edf4df46329ce3e75c186ab458 /scripts
parent0a463cf993293f52358f5e32d0828a6245033f18 (diff)
downloadvyatta-cfg-quagga-cea49c020969bc157982c56c3962ad5ae99dbc7f.tar.gz
vyatta-cfg-quagga-cea49c020969bc157982c56c3962ad5ae99dbc7f.zip
better solution for mendocino--removes patch from larkspur.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-asn-first-cleanup.pl34
1 files changed, 0 insertions, 34 deletions
diff --git a/scripts/vyatta-asn-first-cleanup.pl b/scripts/vyatta-asn-first-cleanup.pl
deleted file mode 100755
index cec82d7c..00000000
--- a/scripts/vyatta-asn-first-cleanup.pl
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/usr/bin/perl
-# Module: vyatta-asn-first-cleanup.pl
-#
-# **** License ****
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 2 as
-# published by the Free Software Foundation.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# A copy of the GNU General Public License is available as
-# `/usr/share/common-licenses/GPL' in the Debian GNU/Linux distribution
-# or on the World Wide Web at `http://www.gnu.org/copyleft/gpl.html'.
-# You can also obtain it by writing to the Free Software Foundation,
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-# MA 02110-1301, USA.
-#
-# This code was originally developed by Vyatta, Inc.
-# Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
-# All Rights Reserved.
-#
-# Author: Michael Larson
-# Date: June 2008
-# Description: Removes file at end of asn node visitation
-# **** End License ****
-
-use strict;
-use warnings;
-use lib "/opt/vyatta/share/perl5/";
-
-`rm -f /tmp/protocols-bgp.*`;