Description of problem: If a sysadmin runs "ps auxw| grep iwhd" in Aeolus configuration, he sees: root 3000 1 1 12:06 ? 00:05:03 iwhd -c /etc/iwhd/conf.js -d localhost 27017 This is deceptive in that he cannot copy-paste the arguments into the /etc/sysconfig/iwhd. A courtegeous program should retain the colon in localhost:27017. Version-Release number of selected component (if applicable): 0.97 How reproducible: Synchronous Steps to Reproduce: 1. Install Aeolus (so that -d is used) 2. ps auxw| grep iwhd Actual results: -d locahost 27017 Expected results: -d localhost:27017 Additional info: The best fix should include /etc/sysconfig/iwhd with an example, only commented out.
Thanks, Pete. I've fixed that and a few other things (-m needed it, too) and -p GARBAGE was not rejected. Here's the patch: http://thread.gmane.org/gmane.comp.lib.iwhd.devel/781
Thank heavens we don't support service called "garbage". I always thought that a forward lookup in /etc/services was an idiotic indirection due to port numbers being mandated by standards and practices. But Uli disagrees.
Fixed in 0.98.