summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-02-08 14:34:32 +0000
committerAlex Harpin <development@landsofshadow.co.uk>2015-02-08 14:34:32 +0000
commit7363488860d3d597c83bc26c43bc0961f4429863 (patch)
tree7c439c40794dab2363ed7b81e97625d85d852a92 /configure.ac
parentb9eb029a46cc7d233979dd90457e26a0de921c9f (diff)
downloadvyatta-wanloadbalance-7363488860d3d597c83bc26c43bc0961f4429863.tar.gz
vyatta-wanloadbalance-7363488860d3d597c83bc26c43bc0961f4429863.zip
vyatta-wanloadbalance: remove legacy load balancing code and tidy up
Remove legacy load balancing code left over from previous versions that is no longer used, and tidy up a few of the scripts. Bug #441 http://bugzilla.vyos.net/show_bug.cgi?id=441
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 956119d..7c3bca8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ m4_define([VERSION_ID], [m4_esyscmd([
else
echo -n 2.4
fi])])
-AC_INIT([vyatta-wanloadbalance], VERSION_ID, [vyatta-support@vyatta.com])
+AC_INIT([vyatta-wanloadbalance], VERSION_ID, [maintainers@vyos.net])
test -n "$VYATTA_VERSION" || VYATTA_VERSION=$PACKAGE_VERSION