Comment #3 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
Ok, using lookbehind one can now do what is expected by escaping the # with \
-D \# # This works
# This works
-m 64 # this works
Attachments:
start-memcached-fix-hash.patch 776 bytes
