projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix a small bug in the parse-config script
[openwrt.git]
/
package
/
qos-scripts
/
files
/
etc
/
init.d
/
S50qos
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2006 OpenWrt.org
3
4
boot
() {
5
/
usr
/
lib
/
qos.sh firewall | sh
6
}
7
8
start
() {
9
# FIXME: after init script migration
10
# qos-start
11
#
12
13
boot
14
}
15
16
stop
() {
17
qos-stop
18
}
This page took
0.044308 seconds
and
5
git commands to generate.