From c78c504b6a63b2af51ae02f51cf1c447dd945818 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Sun, 14 Aug 2011 16:36:23 -0700 Subject: Bugfix 7070: Need to provide full path for irq-affinity.pl in system() --- scripts/vyatta-bonding.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-bonding.pl b/scripts/vyatta-bonding.pl index 8cd8d5f0..eac89f07 100755 --- a/scripts/vyatta-bonding.pl +++ b/scripts/vyatta-bonding.pl @@ -155,7 +155,7 @@ sub if_up { my $smp_affinity = get_irq_affinity($intf); if ($smp_affinity) { - system "irq-affinity.pl $intf $smp_affinity" + system "/opt/vyatta/sbin/irq-affinity.pl $intf $smp_affinity" and warn "Could not set $intf smp_affinity $smp_affinity\n"; } } -- cgit v1.2.3