Changeset fd39136


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

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • .gitmodules

    rbd5cb29 rfd39136  
    22        path = npl/mailserver/kopano_core/kopano-core
    33        url = https://github.com/Kopano-dev/kopano-core.git
     4[submodule "npl/mailserver/kopano_webapp/kopano-webapp"]
     5        path = npl/mailserver/kopano_webapp/kopano-webapp
     6        url = https://github.com/Kopano-dev/kopano-webapp.git
  • 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.