On Wed, 6 Mar 2013, Thomas Sondergaard wrote: > If I start ccapiserver in one terminal and open another and run > "ccapiserver -k" I would expect the ccapiserver process to shut down. > This doesn't happen. > > Is it my understanding that is wrong or is there a bug?
It is probably one of those, yes. :) The codepath which is supposed to do something with a detected -k argument has been commented out since its import in 2008 (commit 7bfff838). The commented code makes a call to a purpoted routine shutdown_server(), an implementation of which has never been checked into the tree. So, it's not going to work, without developer time. -Ben _______________________________________________ kfwdev mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/kfwdev
