#! /bin/sh # QoS-base init script # # description: Fast configuration for QoS/HTB # processname: - # chkconfig: 2345 55 55 # #QoS-base init script case "$1" in start) /etc/qos/qos ;; stop) /etc/qos/qosclear ;; *) echo "Usage: /etc/init.d/qos {start|stop}" exit 1 ;; esac exit 0 WebSVN - qos - Blame - Rev 20 - /trunk/tools/qos
  jablonka.czprosek.czf

qos

Subversion Repositories:
[/] [trunk/] [tools/] [qos] - Blame information for rev 20

 

Line No. Rev Author Line

Powered by WebSVN 2.2.1