> I'd also like to pitch my alternate ./run file, which uses DJB's > envdir to seperate the runtime configuration (which lives in ./env) > from the application configuration (which lives in ./config like > before). So the script I use is this:
This gets us into DJB vs not-DJB, which is not somewhere I really want to go. Personally, I like all my configuration in one place, instead of having to look in multiple files. As long as there's an env-sample/ directory, your run file is peachy keen. > It would be easy to swap that to using tcpserver instead, if that is > desireable. Personally, I think we should be recommending forkserver > as the default method until Matt's work on trunk becomes the default. +1 for forkserver. -R
