**** BEGIN LOGGING AT Thu Apr 12 02:59:57 2007 Apr 12 09:49:12 nbd * r6937 /trunk/package/base-files/files/etc/hotplug.d/block/: remove automounting script for block devices - it's causing more problems than it solves Apr 12 12:35:52 nbd * r6938 /trunk/package/Makefile: revert package compile breakage introduced in [6936] Apr 12 17:34:23 nbd * r6939 /trunk/package/madwifi/files/lib/wifi/madwifi.sh: madwifi init: set the channel after bringing up the interface (sometimes it needs the channel before bringing up the interface, sometimes after, no idea what's going on) Apr 12 17:35:55 nbd: madwifi will also sometimes reset the power level to max (default?) after associating in client mode Apr 12 17:37:20 nevermind, that is another issue, misread the commit Apr 12 18:08:16 mbm: lst is a bit busy today, so I'm handing this to you. It's a prereq check for find http://www.pastebin.ca/436720 Apr 12 18:11:26 <[mbm]> looks simple enough, just a sec Apr 12 18:17:41 mbm * r6940 /trunk/include/prereq-build.mk: prereq check for find -exec + Apr 12 18:49:02 nbd * r6941 /trunk/package/dnsmasq/files/dnsmasq.init: dnsmasq: speed up the dhcp server detection (one try is enough) Apr 12 18:49:59 <[mbm]> nbd: poke Apr 12 18:50:12 [mbm]: sup? Apr 12 18:51:03 <[mbm]> how about we start naming the files directory after what they're actually called on the router Apr 12 18:55:06 makes sense Apr 12 18:55:19 btw. what was the advantage of find -exec again? Apr 12 18:55:44 because it annoys me that we suddenly have to use a new version of find just for something that seems like a very cosmetic change to me Apr 12 18:57:10 <[mbm]> well, it's just the difference between 'find | xargs rm' and 'find -exec rm +' Apr 12 18:57:16 <[mbm]> equivilant commands Apr 12 18:57:22 ok, then let's revert to xargs Apr 12 18:57:30 <[mbm]> think it started with florian's commit a few weeks back Apr 12 18:57:32 i'm sick of the extra dependency and all the weird issues that were introduced with thios Apr 12 18:57:39 <[mbm]> :) Apr 12 18:58:02 <[mbm]> it was originally 'find -exec rm {} \;' Apr 12 18:58:14 <[mbm]> but when you end with \; it executes per file Apr 12 18:58:36 <[mbm]> so it would delete directories individually and then error out on the next line as it attempted to search that dir Apr 12 18:58:47 <[mbm]> at some point I changed it to + to avoid that bug Apr 12 18:58:51 well, xargs does just the right thing Apr 12 18:59:01 <[mbm]> right Apr 12 18:59:08 so i think i will work on reverting that stuff now Apr 12 18:59:11 <[mbm]> just means one extra process gets spawned Apr 12 18:59:17 it's at build time Apr 12 18:59:25 we don't have to care about individual processes getting spawned there Apr 12 18:59:26 <[mbm]> anywyas, our build system is a bit of a mess right now Apr 12 18:59:28 it needs to work Apr 12 18:59:43 <[mbm]> and I'm really thinking about rewriting a number of files Apr 12 19:01:33 [mbm]: ok. but please give me stuff for review first if you make major changes Apr 12 19:02:07 <[mbm]> heh Apr 12 19:18:41 nbd * r6942 /trunk/ (7 files in 5 dirs): revert find | xargs => find | exec changes - this is completely unnecessary and introduces additional dependencies that we do not need **** ENDING LOGGING AT Fri Apr 13 02:59:56 2007