Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189158 Details for
Bug 267095
dev-libs/libmemcached-0.28 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds -u to memcached spawning
runtestsasuser.patch (text/plain), 770 bytes, created by
Johan Bergström
on 2009-04-22 14:51:25 UTC
(
hide
)
Description:
Adds -u to memcached spawning
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2009-04-22 14:51:25 UTC
Size:
770 bytes
patch
obsolete
>--- tests/server.c 2009-04-15 03:47:48.000000000 +0200 >+++ tests/server-user.c 2009-04-22 16:26:54.000000000 +0200 >@@ -40,12 +40,12 @@ > > if (x == 0) > { >- sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u -m 128", >+ sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u -m 128 -u memcached", > MEMCACHED_BINARY, x, x + TEST_PORT_BASE, x + TEST_PORT_BASE); > } > else > { >- sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u", >+ sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u -u memcached", > MEMCACHED_BINARY, x, x + TEST_PORT_BASE, x + TEST_PORT_BASE); > } > fprintf(stderr, "STARTING SERVER: %s\n", buffer);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267095
:
189155
|
189157
| 189158