vdr: fix dependency for libintl
[openembedded.git] / recipes / htb-init / htb-init-0.8.5 / htb-basic-verbose.diff
blob6d8bae03ab883b7adb82a731cb1c5700827d3e33
1 --- htb.init-v0.8.5.o 2004-10-25 18:47:57.216822072 +0200
2 +++ htb.init-v0.8.5 2004-10-25 18:48:18.748548752 +0200
3 @@ -441,11 +441,11 @@
4 PRIO_REALM_DEFAULT=${PRIO_REALM:-300}
6 ### Default HTB_PATH & HTB_CACHE settings
7 -HTB_PATH=${HTB_PATH:-/etc/sysconfig/htb}
8 +HTB_PATH=${HTB_PATH:-/etc/htb}
9 HTB_CACHE=${HTB_CACHE:-/var/cache/htb.init}
11 ### Uncomment for sed/find with less features (useful for busybox)
12 -#HTB_BASIC="yes"
13 +HTB_BASIC="yes"
15 ### Uncomment to enable logfile for debugging
16 #HTB_DEBUG="/var/run/htb-$1"
17 @@ -462,7 +462,7 @@
18 HTB_CLASS="$HTB_CLASS\|LIMIT\|QUANTUM\|PERTURB"
20 ### uncomment to print some info while setting up
21 -#VERBOSE="yes"
22 +VERBOSE="yes"
24 #############################################################################
25 ############################# SUPPORT FUNCTIONS #############################