diff options
author | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-10-01 14:17:06 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-10-01 14:17:06 -0700 |
commit | cda784ae0d8e3d4c08daa3b4225156f34122b4c2 (patch) | |
tree | b6d62e7dabec6ea45a09a6ee2f805f079c25c920 /scripts/policy | |
parent | cfa368bbc1d4c55c42c60838e04fc523625932b7 (diff) | |
download | vyatta-cfg-quagga-cda784ae0d8e3d4c08daa3b4225156f34122b4c2.tar.gz vyatta-cfg-quagga-cda784ae0d8e3d4c08daa3b4225156f34122b4c2.zip |
fixed dependency and quagga path.
Diffstat (limited to 'scripts/policy')
-rwxr-xr-x | scripts/policy/vyatta-policy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/policy/vyatta-policy.pl b/scripts/policy/vyatta-policy.pl index bc4a28e1..928c69f6 100755 --- a/scripts/policy/vyatta-policy.pl +++ b/scripts/policy/vyatta-policy.pl @@ -3,7 +3,7 @@ use lib "/opt/vyatta/share/perl5/"; use VyattaConfig; use VyattaMisc; use Getopt::Long; -$VTYSH='/opt/vyatta/bin/vtysh'; +$VTYSH='/usr/bin/vtysh'; GetOptions("update-access-list=s" => \$accesslist, "update-aspath-list=s" => \$aspathlist, |