summaryrefslogtreecommitdiff
path: root/htb-init/htb-init-0.8.5/htb-basic-verbose.diff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /htb-init/htb-init-0.8.5/htb-basic-verbose.diff
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'htb-init/htb-init-0.8.5/htb-basic-verbose.diff')
-rw-r--r--htb-init/htb-init-0.8.5/htb-basic-verbose.diff25
1 files changed, 0 insertions, 25 deletions
diff --git a/htb-init/htb-init-0.8.5/htb-basic-verbose.diff b/htb-init/htb-init-0.8.5/htb-basic-verbose.diff
deleted file mode 100644
index 6d8bae03ab..0000000000
--- a/htb-init/htb-init-0.8.5/htb-basic-verbose.diff
+++ /dev/null
@@ -1,25 +0,0 @@
---- htb.init-v0.8.5.o 2004-10-25 18:47:57.216822072 +0200
-+++ htb.init-v0.8.5 2004-10-25 18:48:18.748548752 +0200
-@@ -441,11 +441,11 @@
- PRIO_REALM_DEFAULT=${PRIO_REALM:-300}
-
- ### Default HTB_PATH & HTB_CACHE settings
--HTB_PATH=${HTB_PATH:-/etc/sysconfig/htb}
-+HTB_PATH=${HTB_PATH:-/etc/htb}
- HTB_CACHE=${HTB_CACHE:-/var/cache/htb.init}
-
- ### Uncomment for sed/find with less features (useful for busybox)
--#HTB_BASIC="yes"
-+HTB_BASIC="yes"
-
- ### Uncomment to enable logfile for debugging
- #HTB_DEBUG="/var/run/htb-$1"
-@@ -462,7 +462,7 @@
- HTB_CLASS="$HTB_CLASS\|LIMIT\|QUANTUM\|PERTURB"
-
- ### uncomment to print some info while setting up
--#VERBOSE="yes"
-+VERBOSE="yes"
-
- #############################################################################
- ############################# SUPPORT FUNCTIONS #############################