Running make test with this series hangs in the hlink.c test, there
seems to be a wineconsole process that never terminates. that's because rpcss is started from the hlink test, and is still a child of wineconsole (now) after the test terminated and wineconsole always waits for all its children to terminate before terminating
rpcss should be created detached from current console I'll send a patch later on (and will also check that other services related program are correctly started)
A+