Comment #1 on issue 283 by [email protected]: scripts/start-memcached:
Cannot use # in /etc/memcached.conf
http://code.google.com/p/memcached/issues/detail?id=283
This patch prevents people from putting comments on the same line as
options?
ie:
maxbytes = 12 # 12 megs should be enough for anybody.
uhhh... might need to require "escaping" that char for -D or... I dunno.
Don't do that? check to see if there're characters after "-D #" ? remove
any characters after "-D ?".
If I apply as is, within an hour someone will complain about the comment
issue, I'm sure of it. :)