Changeset fd39136 for npl


Ignore:
Timestamp:
02/28/18 13:31:08 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
785b23e, df958d5
Parents:
bd5cb29
Message:

tc path fix

Location:
npl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • npl/syn3/webint/src/trafficcontrol/trafficcontrol.php

    rbd5cb29 rfd39136  
    3636        $GLOBAL_SETTINGS_TC=TcReadGlobalConf();
    3737        #Command
    38         $IPTABLES="/usr/sbin/iptables";
    39         $RESOLVEIP="/usr/bin/resolveip";
    40         $TC="/usr/sbin/tc";
    41         $IP="/usr/sbin/ip";
     38        $IPTABLES="iptables";
     39        $RESOLVEIP="resolveip";
     40        $TC="tc";
     41        $IP="ip";
    4242
    4343        $INET_DEV=$GLOBAL_SETTINGS_TC['INET_DEV'];
Note: See TracChangeset for help on using the changeset viewer.