summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2016-05-19 09:24:16 -0400
committerKim Hagen <kim.sidney@gmail.com>2016-05-19 09:24:16 -0400
commit4fa31036b18b7dec95698e9999099130970ab7a3 (patch)
tree11c04577831ced56f00e44590ec25d4872abba9d /scripts
parent1813f1a40e66a74456c21882239dbe69aaf35ea3 (diff)
downloadvyatta-conntrack-4fa31036b18b7dec95698e9999099130970ab7a3.tar.gz
vyatta-conntrack-4fa31036b18b7dec95698e9999099130970ab7a3.zip
change location of 'nfct' executable
add dependency 'nfct' package
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vyatta-cthelper.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-cthelper.pl b/scripts/vyatta-cthelper.pl
index c7d2288..8063586 100644
--- a/scripts/vyatta-cthelper.pl
+++ b/scripts/vyatta-cthelper.pl
@@ -16,7 +16,7 @@ my %cmd_hash = (
'ipv6' => 'ip6tables'
);
-my $nfct = "sudo /opt/vyatta/sbin/nfct";
+my $nfct = "sudo /usr/sbin/nfct";
my ($enable_sqlnet, $disable_sqlnet, $enable_nfs, $disable_nfs);
my $CTERROR = "Conntrack error:";