diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-06-05 22:04:14 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-06-05 22:04:14 -0700 |
commit | afdca3ef532639c257ba400e1a6c1324737872bd (patch) | |
tree | 913bd1622f3108e7b285738a1f16c96051a89cd5 | |
parent | b061d7e3af499d37a1f5b8db26430b19397778d9 (diff) | |
download | vyatta-conntrack-afdca3ef532639c257ba400e1a6c1324737872bd.tar.gz vyatta-conntrack-afdca3ef532639c257ba400e1a6c1324737872bd.zip |
Fix nfct path as per new packaging due to cthelper
-rw-r--r-- | scripts/vyatta-conntrack-timeouts.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-conntrack-timeouts.pl b/scripts/vyatta-conntrack-timeouts.pl index fbd7c09..3ab96c2 100644 --- a/scripts/vyatta-conntrack-timeouts.pl +++ b/scripts/vyatta-conntrack-timeouts.pl @@ -19,7 +19,7 @@ my $debug_flag = 0; # Enable sending debug output to syslog. my $syslog_flag = 0; -my $nfct = "sudo /opt/vyatta/sbin/nfct"; +my $nfct = "sudo /usr/sbin/nfct"; my ($create, $delete, $update); my $CTERROR = "Conntrack timeout error:"; GetOptions("create=s" => \$create, |