]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/htb-init/htb-init-0.8.5/htb-basic-verbose.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / htb-init / htb-init-0.8.5 / htb-basic-verbose.diff
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}
5  
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}
10  
11  ### Uncomment for sed/find with less features (useful for busybox)
12 -#HTB_BASIC="yes"
13 +HTB_BASIC="yes"
14  
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"
19  
20  ### uncomment to print some info while setting up
21 -#VERBOSE="yes"
22 +VERBOSE="yes"
23  
24  #############################################################################
25  ############################# SUPPORT FUNCTIONS #############################