beanstalkd: add package 4044/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Mon, 20 Feb 2017 19:34:16 +0000 (12:34 -0700)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Thu, 13 Jul 2017 02:41:19 +0000 (20:41 -0600)
commit8043fdf755ee86903b0b6af0ba3b98a6d027e9d2
tree0474b4835cb8c0d8120cc0736f65d21e55a0a136
parentac5ddd96e58dd2af479f9e35369b4bc33d2a6a2b
beanstalkd: add package

For now building from git using latest SHA (commits are relatively
infrequent).  Set priority to come up immediately after network
interfaces are brought up. Patches have been submitted upstream
(but not yet accepted) to fix:

* a somewhat cross-compile unfriendly makefile;
* a header inclusion issue which causes MUSL compilation warnings;
* using the somewhat arcane posix_fallocate() in favor of the
  more ubiquitous ftruncate() system call instead.

Hopefully the next release will include our submitted fixes and
we can transition to a numbered release.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
net/beanstalkd/Makefile [new file with mode: 0644]
net/beanstalkd/files/beanstalkd.init [new file with mode: 0644]
net/beanstalkd/patches/900-makefile.patch [new file with mode: 0644]
net/beanstalkd/patches/901-fix-headers.patch [new file with mode: 0644]
net/beanstalkd/patches/902-replace-posix_fallocate.patch [new file with mode: 0644]