Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New 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 was originally reported in Ubuntu here:
https://bugs.launchpad.net/ubuntu/+source/memcached/+bug/1005821
What steps will reproduce the problem?
1. create /etc/memcached.conf as:
# This is a comment
-D #
2. run scripts/start-memcached
What is the expected output? What do you see instead?
I would expect memcached to be run with -D # instead memcached is just run
because the comment checking is a bit naive and filters all lines with any
#'s
What version of the product are you using? On what operating system?
1.4.13 on Ubuntu (reported originally on 12.04)
Original Patch author is believed to be this launchpad user:
https://launchpad.net/~kswia
Attachments:
start-memcached.diff 375 bytes