summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-10-01 14:17:06 -0700
committerAn-Cheng Huang <ancheng@ancheng-vm.localdomain>2007-10-01 14:17:06 -0700
commitcda784ae0d8e3d4c08daa3b4225156f34122b4c2 (patch)
treeb6d62e7dabec6ea45a09a6ee2f805f079c25c920 /scripts
parentcfa368bbc1d4c55c42c60838e04fc523625932b7 (diff)
downloadvyatta-cfg-quagga-cda784ae0d8e3d4c08daa3b4225156f34122b4c2.tar.gz
vyatta-cfg-quagga-cda784ae0d8e3d4c08daa3b4225156f34122b4c2.zip
fixed dependency and quagga path.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/policy/vyatta-policy.pl2
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,