From afdca3ef532639c257ba400e1a6c1324737872bd Mon Sep 17 00:00:00 2001 From: Gaurav Sinha Date: Tue, 5 Jun 2012 22:04:14 -0700 Subject: Fix nfct path as per new packaging due to cthelper --- scripts/vyatta-conntrack-timeouts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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, -- cgit v1.2.3