diff options
Diffstat (limited to 'package/network/config/qos-scripts/files/etc/init.d/.svn')
3 files changed, 87 insertions, 0 deletions
diff --git a/package/network/config/qos-scripts/files/etc/init.d/.svn/entries b/package/network/config/qos-scripts/files/etc/init.d/.svn/entries new file mode 100644 index 0000000..d7af9db --- /dev/null +++ b/package/network/config/qos-scripts/files/etc/init.d/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/package/network/config/qos-scripts/files/etc/init.d +svn://svn.openwrt.org/openwrt + + + +2007-04-06T16:59:56.568018Z +6875 +nbd + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +qos +file + + + + +2013-03-17T12:13:21.000000Z +da7c53be1fa334d195f786760d1dac3f +2007-04-06T16:59:56.568018Z +6875 +nbd +has-props + + + + + + + + + + + + + + + + + + + + +166 + diff --git a/package/network/config/qos-scripts/files/etc/init.d/.svn/prop-base/qos.svn-base b/package/network/config/qos-scripts/files/etc/init.d/.svn/prop-base/qos.svn-base new file mode 100644 index 0000000..03b5bfa --- /dev/null +++ b/package/network/config/qos-scripts/files/etc/init.d/.svn/prop-base/qos.svn-base @@ -0,0 +1,9 @@ +K 13 +svn:eol-style +V 6 +native +K 14 +svn:executable +V 1 +* +END diff --git a/package/network/config/qos-scripts/files/etc/init.d/.svn/text-base/qos.svn-base b/package/network/config/qos-scripts/files/etc/init.d/.svn/text-base/qos.svn-base new file mode 100644 index 0000000..3f71115 --- /dev/null +++ b/package/network/config/qos-scripts/files/etc/init.d/.svn/text-base/qos.svn-base @@ -0,0 +1,16 @@ +#!/bin/sh /etc/rc.common +# Copyright (C) 2006 OpenWrt.org + +START=50 + +boot() { + /usr/lib/qos/generate.sh firewall | sh +} + +start() { + qos-start +} + +stop() { + qos-stop +} |