diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-06 15:02:44 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-06 15:02:44 -0800 |
commit | f73503fab1568c9e3def71f5c43ee30f8ee736f7 (patch) | |
tree | 2cd255d382160001a5d0c2e7ac8537747fe6d318 /scripts | |
parent | 22f96c95a1f266460959d044ff10d196b02b6ed6 (diff) | |
download | vyatta-cfg-quagga-f73503fab1568c9e3def71f5c43ee30f8ee736f7.tar.gz vyatta-cfg-quagga-f73503fab1568c9e3def71f5c43ee30f8ee736f7.zip |
fix comments that got copied
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/vyatta-policy-action-verify.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/vyatta-policy-action-verify.pl b/scripts/vyatta-policy-action-verify.pl index acb7d272..d426dfd2 100644 --- a/scripts/vyatta-policy-action-verify.pl +++ b/scripts/vyatta-policy-action-verify.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Module: vyatta-wanloadbalance.pl +# Module: vyatta-policy-action-verify.pl # # **** License **** # This program is free software; you can redistribute it and/or modify @@ -16,10 +16,6 @@ # Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc. # All Rights Reserved. # -# Author: Michael Larson -# Date: January 2008 -# Description: Writes exclusion list for linkstatus -# # **** End License **** # use lib "/opt/vyatta/share/perl5/"; |