Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175981 - net-misc/memcached init script uses --startas option (no more available on baselayout2)
Summary: net-misc/memcached init script uses --startas option (no more available on ba...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lisa Seelye (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-25 16:18 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-05-14 15:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2007-04-25 16:18:33 UTC
As per summary, the new start-stop-daemon command in baselayout 2 is not compatible with the --startas option, so they won't work with it (and I'm running it on Farragut, where I need memcached for gitarella).

I have no idea how to get it to work otherwise :)

Thanks,
Diego
Comment 1 Roy Marples (RETIRED) gentoo-dev 2007-04-25 16:27:59 UTC
--exec should be used in place of --startas.
They are effectively the same option.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-04-25 16:36:08 UTC
I can confirm a s/startas/exec/ worked flawlessy.
Comment 3 Roy Marples (RETIRED) gentoo-dev 2007-05-14 15:15:52 UTC
alpha3 has restored --startas for the time being