memcached: import from packages, add myself as the maintainer

This adds the memcached package from the old svn package fee. I adopt
the licensing information an will maintain the package in the future.
This request also updates memcached to the last stable version 1.4.20.
Building was testet with target x86_64, ar71xx and avr32

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
This commit is contained in:
Thomas Heil
2014-06-23 15:15:52 +02:00
parent c7931f98b2
commit e273fef7a7
4 changed files with 124 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config memcached
option user 'nobody'
option maxconn '1024'
option listen '0.0.0.0'
option port '11211'
option memory '64'